Searched refs:NETCONFA_PROXY_NEIGH (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | netconf.h | 17 NETCONFA_PROXY_NEIGH, enumerator
|
/linux-4.1.27/net/ipv4/ |
D | devinet.c | 1741 if (type == -1 || type == NETCONFA_PROXY_NEIGH) in inet_netconf_msgsize_devconf() 1779 if ((type == -1 || type == NETCONFA_PROXY_NEIGH) && in inet_netconf_fill_devconf() 1780 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf() 1821 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 2048 inet_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH, in devinet_conf_proc()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 477 if (type == -1 || type == NETCONFA_PROXY_NEIGH) in inet6_netconf_msgsize_devconf() 512 if ((type == -1 || type == NETCONFA_PROXY_NEIGH) && in inet6_netconf_fill_devconf() 513 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf() 551 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 5231 inet6_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 5235 inet6_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 5241 inet6_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp()
|