Lines Matching refs:net
50 #define IPV4_DEVCONF_ALL(net, attr) \ argument
51 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
81 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument
82 (IPV4_DEVCONF_ALL(net, attr) || \
114 #define IN_DEV_NET_ROUTE_LOCALNET(in_dev, net) \ argument
115 IN_DEV_NET_ORCONF(in_dev, net, ROUTE_LOCALNET)
153 void inet_netconf_notify_devconf(struct net *net, int type, int ifindex,
156 struct net_device *__ip_dev_find(struct net *net, __be32 addr, bool devref);
157 static inline struct net_device *ip_dev_find(struct net *net, __be32 addr) in ip_dev_find() argument
159 return __ip_dev_find(net, addr, true); in ip_dev_find()
163 int devinet_ioctl(struct net *net, unsigned int cmd, void __user *);
165 struct in_device *inetdev_by_index(struct net *, int);
167 __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst,