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 | 2223 if (type == NETCONFA_ALL) in inet_netconf_msgsize_devconf() 2256 if (type == NETCONFA_ALL) in inet_netconf_fill_devconf() 2414 skb = nlmsg_new(inet_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet_netconf_get_devconf() 2421 NETCONFA_ALL); in inet_netconf_get_devconf() 2474 NETCONFA_ALL); in inet_netconf_dump_devconf() 2484 NETCONFA_ALL); in inet_netconf_dump_devconf() 2495 NETCONFA_ALL); in inet_netconf_dump_devconf() 2750 inet_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, in __devinet_sysctl_register()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 1178 if (type == NETCONFA_ALL) in mpls_netconf_fill_devconf() 1206 if (type == NETCONFA_ALL) in mpls_netconf_msgsize_devconf() 1306 skb = nlmsg_new(mpls_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in mpls_netconf_get_devconf() 1329 NETCONFA_ALL); in mpls_netconf_get_devconf() 1385 NETCONFA_ALL); in mpls_netconf_dump_devconf() 1457 mpls_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, mdev); in mpls_dev_sysctl_register()
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 514 if (type == NETCONFA_ALL) in inet6_netconf_msgsize_devconf() 546 if (type == NETCONFA_ALL) in inet6_netconf_fill_devconf() 698 skb = nlmsg_new(inet6_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet6_netconf_get_devconf() 705 NETCONFA_ALL); in inet6_netconf_get_devconf() 774 NETCONFA_ALL); in inet6_netconf_dump_devconf() 784 NETCONFA_ALL); in inet6_netconf_dump_devconf() 795 NETCONFA_ALL); in inet6_netconf_dump_devconf() 7363 inet6_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, in __addrconf_sysctl_register()
|