Searched refs:NETCONFA_ALL (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/uapi/linux/ |
D | netconf.h | 25 #define NETCONFA_ALL -1 macro
|
/Linux-v6.6/net/ipv4/ |
D | devinet.c | 2037 if (type == NETCONFA_ALL) in inet_netconf_msgsize_devconf() 2070 if (type == NETCONFA_ALL) in inet_netconf_fill_devconf() 2229 skb = nlmsg_new(inet_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet_netconf_get_devconf() 2236 NETCONFA_ALL); in inet_netconf_get_devconf() 2296 NETCONFA_ALL) < 0) { in inet_netconf_dump_devconf() 2312 NETCONFA_ALL) < 0) in inet_netconf_dump_devconf() 2323 NETCONFA_ALL) < 0) in inet_netconf_dump_devconf() 2613 inet_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, in __devinet_sysctl_register()
|
/Linux-v6.6/net/mpls/ |
D | af_mpls.c | 1146 if (type == NETCONFA_ALL) in mpls_netconf_fill_devconf() 1174 if (type == NETCONFA_ALL) in mpls_netconf_msgsize_devconf() 1282 skb = nlmsg_new(mpls_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in mpls_netconf_get_devconf() 1289 NETCONFA_ALL); in mpls_netconf_get_devconf() 1346 NETCONFA_ALL) < 0) { in mpls_netconf_dump_devconf() 1427 mpls_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, mdev); in mpls_dev_sysctl_register()
|
/Linux-v6.6/net/ipv6/ |
D | addrconf.c | 505 if (type == NETCONFA_ALL) in inet6_netconf_msgsize_devconf() 537 if (type == NETCONFA_ALL) in inet6_netconf_fill_devconf() 687 skb = nlmsg_new(inet6_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet6_netconf_get_devconf() 694 NETCONFA_ALL); in inet6_netconf_get_devconf() 757 NETCONFA_ALL) < 0) { in inet6_netconf_dump_devconf() 773 NETCONFA_ALL) < 0) in inet6_netconf_dump_devconf() 784 NETCONFA_ALL) < 0) in inet6_netconf_dump_devconf() 7149 inet6_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, in __addrconf_sysctl_register()
|