Lines Matching defs:net
285 #define IP_INC_STATS(net, field) SNMP_INC_STATS64((net)->mib.ip_statistics, field) argument
286 #define __IP_INC_STATS(net, field) __SNMP_INC_STATS64((net)->mib.ip_statistics, field) argument
287 #define IP_ADD_STATS(net, field, val) SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val) argument
288 #define __IP_ADD_STATS(net, field, val) __SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val) argument
289 #define IP_UPD_PO_STATS(net, field, val) SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, val) argument
290 #define __IP_UPD_PO_STATS(net, field, val) __SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, v… argument
291 #define NET_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.net_statistics, field) argument
292 #define __NET_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.net_statistics, field) argument
293 #define NET_ADD_STATS(net, field, adnd) SNMP_ADD_STATS((net)->mib.net_statistics, field, adnd) argument
294 #define __NET_ADD_STATS(net, field, adnd) __SNMP_ADD_STATS((net)->mib.net_statistics, field, adnd) argument
342 static inline bool inet_is_local_reserved_port(struct net *net, unsigned short port) in inet_is_local_reserved_port()
349 static inline bool inet_is_local_unbindable_port(struct net *net, unsigned short port) in inet_is_local_unbindable_port()
361 static inline bool inet_port_requires_bind_service(struct net *net, unsigned short port) in inet_port_requires_bind_service()
367 static inline bool inet_is_local_reserved_port(struct net *net, unsigned short port) in inet_is_local_reserved_port()
372 static inline bool inet_is_local_unbindable_port(struct net *net, unsigned short port) in inet_is_local_unbindable_port()
377 static inline bool inet_port_requires_bind_service(struct net *net, unsigned short port) in inet_port_requires_bind_service()
394 #define IP4_REPLY_MARK(net, mark) \ argument
453 struct net *net = dev_net(dst->dev); in ip_dst_mtu_maybe_forward() local
518 static inline void ip_select_ident_segs(struct net *net, struct sk_buff *skb, in ip_select_ident_segs()
539 static inline void ip_select_ident(struct net *net, struct sk_buff *skb, in ip_select_ident()
658 static inline u32 ipv4_portaddr_hash(const struct net *net, in ipv4_portaddr_hash()
701 static inline struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user) in ip_check_defrag()
722 static inline int ip_options_echo(struct net *net, struct ip_options *dopt, in ip_options_echo()