Searched refs:NETCONFA_ALL (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | netconf.h | 26 #define NETCONFA_ALL -1 macro
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 2123 if (type == NETCONFA_ALL) in inet_netconf_msgsize_devconf() 2156 if (type == NETCONFA_ALL) in inet_netconf_fill_devconf() 2314 skb = nlmsg_new(inet_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet_netconf_get_devconf() 2321 NETCONFA_ALL); in inet_netconf_get_devconf() 2374 NETCONFA_ALL); in inet_netconf_dump_devconf() 2384 NETCONFA_ALL); in inet_netconf_dump_devconf() 2395 NETCONFA_ALL); in inet_netconf_dump_devconf() 2683 inet_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, in __devinet_sysctl_register()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 1162 if (type == NETCONFA_ALL) in mpls_netconf_fill_devconf() 1190 if (type == NETCONFA_ALL) in mpls_netconf_msgsize_devconf() 1290 skb = nlmsg_new(mpls_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in mpls_netconf_get_devconf() 1313 NETCONFA_ALL); in mpls_netconf_get_devconf() 1369 NETCONFA_ALL); in mpls_netconf_dump_devconf() 1441 mpls_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, mdev); in mpls_dev_sysctl_register()
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 513 if (type == NETCONFA_ALL) in inet6_netconf_msgsize_devconf() 545 if (type == NETCONFA_ALL) in inet6_netconf_fill_devconf() 697 skb = nlmsg_new(inet6_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet6_netconf_get_devconf() 704 NETCONFA_ALL); in inet6_netconf_get_devconf() 773 NETCONFA_ALL); in inet6_netconf_dump_devconf() 783 NETCONFA_ALL); in inet6_netconf_dump_devconf() 794 NETCONFA_ALL); in inet6_netconf_dump_devconf() 7338 inet6_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, in __addrconf_sysctl_register()
|