Searched refs:inet_netconf_notify_devconf (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | devinet.c | 1792 void inet_netconf_notify_devconf(struct net *net, int type, int ifindex, in inet_netconf_notify_devconf() function 1981 inet_netconf_notify_devconf(net, NETCONFA_FORWARDING, in inet_forward_change() 1984 inet_netconf_notify_devconf(net, NETCONFA_FORWARDING, in inet_forward_change() 1996 inet_netconf_notify_devconf(net, NETCONFA_FORWARDING, in inet_forward_change() 2042 inet_netconf_notify_devconf(net, NETCONFA_RP_FILTER, in devinet_conf_proc() 2048 inet_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH, in devinet_conf_proc() 2083 inet_netconf_notify_devconf(net, in devinet_sysctl_forward() 2091 inet_netconf_notify_devconf(net, NETCONFA_FORWARDING, in devinet_sysctl_forward()
|
D | ipmr.c | 601 inet_netconf_notify_devconf(dev_net(dev), in vif_delete() 795 inet_netconf_notify_devconf(net, NETCONFA_MC_FORWARDING, dev->ifindex, in vif_add() 1262 inet_netconf_notify_devconf(net, NETCONFA_MC_FORWARDING, in mrtsock_destruct() 1316 inet_netconf_notify_devconf(net, NETCONFA_MC_FORWARDING, in ip_mroute_setsockopt()
|
/linux-4.1.27/include/linux/ |
D | inetdevice.h | 153 void inet_netconf_notify_devconf(struct net *net, int type, int ifindex,
|