Searched refs:devconf (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Ddevinet.c1748 struct ipv4_devconf *devconf, u32 portid, inet_netconf_fill_devconf()
1769 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) inet_netconf_fill_devconf()
1773 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) inet_netconf_fill_devconf()
1777 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) inet_netconf_fill_devconf()
1781 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) inet_netconf_fill_devconf()
1793 struct ipv4_devconf *devconf) inet_netconf_notify_devconf()
1802 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, inet_netconf_notify_devconf()
1831 struct ipv4_devconf *devconf; inet_netconf_get_devconf() local
1849 devconf = net->ipv4.devconf_all; inet_netconf_get_devconf()
1852 devconf = net->ipv4.devconf_dflt; inet_netconf_get_devconf()
1861 devconf = &in_dev->cnf; inet_netconf_get_devconf()
1870 err = inet_netconf_fill_devconf(skb, ifindex, devconf, inet_netconf_get_devconf()
1747 inet_netconf_fill_devconf(struct sk_buff *skb, int ifindex, struct ipv4_devconf *devconf, u32 portid, u32 seq, int event, unsigned int flags, int type) inet_netconf_fill_devconf() argument
1792 inet_netconf_notify_devconf(struct net *net, int type, int ifindex, struct ipv4_devconf *devconf) inet_netconf_notify_devconf() argument
/linux-4.1.27/include/linux/
H A Dinetdevice.h154 struct ipv4_devconf *devconf);
/linux-4.1.27/include/net/
H A Daddrconf.h222 struct ipv6_devconf *devconf);
/linux-4.1.27/net/ipv6/
H A Daddrconf.c484 struct ipv6_devconf *devconf, u32 portid, inet6_netconf_fill_devconf()
504 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) inet6_netconf_fill_devconf()
509 devconf->mc_forwarding) < 0) inet6_netconf_fill_devconf()
513 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) inet6_netconf_fill_devconf()
525 struct ipv6_devconf *devconf) inet6_netconf_notify_devconf()
534 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, inet6_netconf_notify_devconf()
561 struct ipv6_devconf *devconf; inet6_netconf_get_devconf() local
579 devconf = net->ipv6.devconf_all; inet6_netconf_get_devconf()
582 devconf = net->ipv6.devconf_dflt; inet6_netconf_get_devconf()
591 devconf = &in6_dev->cnf; inet6_netconf_get_devconf()
600 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, inet6_netconf_get_devconf()
483 inet6_netconf_fill_devconf(struct sk_buff *skb, int ifindex, struct ipv6_devconf *devconf, u32 portid, u32 seq, int event, unsigned int flags, int type) inet6_netconf_fill_devconf() argument
524 inet6_netconf_notify_devconf(struct net *net, int type, int ifindex, struct ipv6_devconf *devconf) inet6_netconf_notify_devconf() argument

Completed in 152 milliseconds