Searched refs:NETCONFA_PROXY_NEIGH (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | netconf.h | 17 NETCONFA_PROXY_NEIGH, enumerator
|
/linux-4.4.14/net/ipv4/ |
D | devinet.c | 1746 if (type == -1 || type == NETCONFA_PROXY_NEIGH) in inet_netconf_msgsize_devconf() 1786 if ((type == -1 || type == NETCONFA_PROXY_NEIGH) && in inet_netconf_fill_devconf() 1787 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf() 1832 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 2060 inet_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH, in devinet_conf_proc()
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 482 if (type == -1 || type == NETCONFA_PROXY_NEIGH) in inet6_netconf_msgsize_devconf() 520 if ((type == -1 || type == NETCONFA_PROXY_NEIGH) && in inet6_netconf_fill_devconf() 521 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf() 564 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 5330 inet6_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 5334 inet6_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 5340 inet6_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp()
|