Searched refs:devconf (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | devinet.c | 2028 struct ipv4_devconf *devconf, u32 portid, in inet_netconf_fill_devconf() argument 2050 if (!devconf) in inet_netconf_fill_devconf() 2055 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf() 2059 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf() 2063 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2067 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2071 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf() 2075 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf() 2088 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument 2097 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | inetdevice.h | 171 int ifindex, struct ipv4_devconf *devconf);
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | addrconf.c | 518 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument 540 if (!devconf) in inet6_netconf_fill_devconf() 544 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf() 549 atomic_read(&devconf->mc_forwarding)) < 0) in inet6_netconf_fill_devconf() 553 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf() 558 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf() 571 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument 580 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf() 649 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local 664 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | addrconf.h | 316 int ifindex, struct ipv6_devconf *devconf);
|