Searched refs:NETCONFA_PROXY_NEIGH (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | netconf.h | 18 NETCONFA_PROXY_NEIGH, enumerator
|
/openbmc/linux/net/ipv4/ |
H A D | devinet.c | 2076 if (all || type == NETCONFA_PROXY_NEIGH) in inet_netconf_msgsize_devconf() 2126 if ((all || type == NETCONFA_PROXY_NEIGH) && in inet_netconf_fill_devconf() 2127 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf() 2173 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 2462 NETCONFA_PROXY_NEIGH, in devinet_conf_proc()
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | 514 if (all || type == NETCONFA_PROXY_NEIGH) in inet6_netconf_msgsize_devconf() 558 if ((all || type == NETCONFA_PROXY_NEIGH) && in inet6_netconf_fill_devconf() 559 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf() 603 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 6424 NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 6429 NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 6436 NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp()
|