Searched refs:NETCONFA_ALL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | netconf.h | 25 #define NETCONFA_ALL -1 macro
|
/Linux-v4.19/net/ipv4/ |
D | devinet.c | 1821 if (type == NETCONFA_ALL) in inet_netconf_msgsize_devconf() 1854 if (type == NETCONFA_ALL) in inet_netconf_fill_devconf() 1976 skb = nlmsg_new(inet_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet_netconf_get_devconf() 1983 NETCONFA_ALL); in inet_netconf_get_devconf() 2027 NETCONFA_ALL) < 0) { in inet_netconf_dump_devconf() 2043 NETCONFA_ALL) < 0) in inet_netconf_dump_devconf() 2054 NETCONFA_ALL) < 0) in inet_netconf_dump_devconf() 2341 inet_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, in __devinet_sysctl_register()
|
/Linux-v4.19/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() 1244 skb = nlmsg_new(mpls_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in mpls_netconf_get_devconf() 1251 NETCONFA_ALL); in mpls_netconf_get_devconf() 1292 NETCONFA_ALL) < 0) { in mpls_netconf_dump_devconf() 1373 mpls_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, mdev); in mpls_dev_sysctl_register()
|
/Linux-v4.19/net/ipv6/ |
D | addrconf.c | 498 if (type == NETCONFA_ALL) in inet6_netconf_msgsize_devconf() 530 if (type == NETCONFA_ALL) in inet6_netconf_fill_devconf() 643 skb = nlmsg_new(inet6_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet6_netconf_get_devconf() 650 NETCONFA_ALL); in inet6_netconf_get_devconf() 698 NETCONFA_ALL) < 0) { in inet6_netconf_dump_devconf() 714 NETCONFA_ALL) < 0) in inet6_netconf_dump_devconf() 725 NETCONFA_ALL) < 0) in inet6_netconf_dump_devconf() 6566 inet6_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, in __addrconf_sysctl_register()
|