Searched refs:NETCONFA_ALL (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/include/uapi/linux/ | 
| D | netconf.h | 25 #define NETCONFA_ALL	-1  macro
  | 
| /Linux-v5.10/net/ipv4/ | 
| D | devinet.c | 2008 	if (type == NETCONFA_ALL)  in inet_netconf_msgsize_devconf() 2041 	if (type == NETCONFA_ALL)  in inet_netconf_fill_devconf() 2200 	skb = nlmsg_new(inet_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL);  in inet_netconf_get_devconf() 2207 					NETCONFA_ALL);  in inet_netconf_get_devconf() 2267 						      NETCONFA_ALL) < 0) {  in inet_netconf_dump_devconf() 2283 					      NETCONFA_ALL) < 0)  in inet_netconf_dump_devconf() 2294 					      NETCONFA_ALL) < 0)  in inet_netconf_dump_devconf() 2578 	inet_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL,  in __devinet_sysctl_register()
  | 
| /Linux-v5.10/net/mpls/ | 
| D | af_mpls.c | 1144 	if (type == NETCONFA_ALL)  in mpls_netconf_fill_devconf() 1172 	if (type == NETCONFA_ALL)  in mpls_netconf_msgsize_devconf() 1280 	skb = nlmsg_new(mpls_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL);  in mpls_netconf_get_devconf() 1287 					NETCONFA_ALL);  in mpls_netconf_get_devconf() 1344 						      NETCONFA_ALL) < 0) {  in mpls_netconf_dump_devconf() 1424 	mpls_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL, mdev);  in mpls_dev_sysctl_register()
  | 
| /Linux-v5.10/net/ipv6/ | 
| D | addrconf.c | 495 	if (type == NETCONFA_ALL)  in inet6_netconf_msgsize_devconf() 527 	if (type == NETCONFA_ALL)  in inet6_netconf_fill_devconf() 677 	skb = nlmsg_new(inet6_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL);  in inet6_netconf_get_devconf() 684 					 NETCONFA_ALL);  in inet6_netconf_get_devconf() 748 						       NETCONFA_ALL) < 0) {  in inet6_netconf_dump_devconf() 764 					       NETCONFA_ALL) < 0)  in inet6_netconf_dump_devconf() 775 					       NETCONFA_ALL) < 0)  in inet6_netconf_dump_devconf() 6939 	inet6_netconf_notify_devconf(net, RTM_NEWNETCONF, NETCONFA_ALL,  in __addrconf_sysctl_register()
  |