Searched refs:devconf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | devinet.c | 1841 struct ipv4_devconf *devconf, u32 portid, in inet_netconf_fill_devconf() argument 1863 if (!devconf) in inet_netconf_fill_devconf() 1868 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf() 1872 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf() 1876 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 1880 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 1884 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf() 1888 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf() 1901 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument 1910 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf() [all …]
|
/Linux-v4.19/include/linux/ |
D | inetdevice.h | 169 int ifindex, struct ipv4_devconf *devconf);
|
/Linux-v4.19/net/ipv6/ |
D | addrconf.c | 517 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument 539 if (!devconf) in inet6_netconf_fill_devconf() 543 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf() 548 devconf->mc_forwarding) < 0) in inet6_netconf_fill_devconf() 552 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf() 557 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf() 570 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument 579 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf() 610 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local 626 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf() [all …]
|
/Linux-v4.19/include/net/ |
D | addrconf.h | 326 int ifindex, struct ipv6_devconf *devconf);
|