Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Ddevinet.c1755 struct ipv4_devconf *devconf, u32 portid, in inet_netconf_fill_devconf() argument
1776 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
1780 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
1784 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
1788 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
1792 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf()
1804 struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument
1813 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf()
1843 struct ipv4_devconf *devconf; in inet_netconf_get_devconf() local
1861 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
[all …]
/linux-4.4.14/include/linux/
Dinetdevice.h157 struct ipv4_devconf *devconf);
/linux-4.4.14/include/net/
Daddrconf.h253 struct ipv6_devconf *devconf);
/linux-4.4.14/net/ipv6/
Daddrconf.c492 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument
512 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
517 devconf->mc_forwarding) < 0) in inet6_netconf_fill_devconf()
521 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
526 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf()
538 struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument
547 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf()
575 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local
593 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
596 devconf = net->ipv6.devconf_dflt; in inet6_netconf_get_devconf()
[all …]