Searched refs:NETCONFA_PROXY_NEIGH (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ |
A D | netconf.h | 18 NETCONFA_PROXY_NEIGH, enumerator
|
/linux/net/ipv4/ |
A D | devinet.c | 2022 if (all || type == NETCONFA_PROXY_NEIGH) in inet_netconf_msgsize_devconf() 2072 if ((all || type == NETCONFA_PROXY_NEIGH) && in inet_netconf_fill_devconf() 2073 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf() 2119 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 2409 NETCONFA_PROXY_NEIGH, in devinet_conf_proc()
|
/linux/net/ipv6/ |
A D | addrconf.c | 516 if (all || type == NETCONFA_PROXY_NEIGH) in inet6_netconf_msgsize_devconf() 560 if ((all || type == NETCONFA_PROXY_NEIGH) && in inet6_netconf_fill_devconf() 561 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf() 605 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 6298 NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 6303 NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 6310 NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp()
|
Completed in 24 milliseconds