Searched refs:NETCONFA_PROXY_NEIGH (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/uapi/linux/ |
D | netconf.h | 18 NETCONFA_PROXY_NEIGH, enumerator
|
/linux-6.1.9/net/ipv4/ |
D | devinet.c | 2027 if (all || type == NETCONFA_PROXY_NEIGH) in inet_netconf_msgsize_devconf() 2077 if ((all || type == NETCONFA_PROXY_NEIGH) && in inet_netconf_fill_devconf() 2078 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, in inet_netconf_fill_devconf() 2124 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 2414 NETCONFA_PROXY_NEIGH, in devinet_conf_proc()
|
/linux-6.1.9/net/ipv6/ |
D | addrconf.c | 513 if (all || type == NETCONFA_PROXY_NEIGH) in inet6_netconf_msgsize_devconf() 557 if ((all || type == NETCONFA_PROXY_NEIGH) && in inet6_netconf_fill_devconf() 558 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf() 602 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) }, 6341 NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 6346 NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp() 6353 NETCONFA_PROXY_NEIGH, in addrconf_sysctl_proxy_ndp()
|