Home
last modified time | relevance | path

Searched refs:devconf (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/net/ipv4/
Ddevinet.c2036 struct ipv4_devconf *devconf, u32 portid, in inet_netconf_fill_devconf() argument
2058 if (!devconf) in inet_netconf_fill_devconf()
2063 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
2067 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
2071 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2075 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2079 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
2083 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf()
2096 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument
2105 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf()
[all …]
/Linux-v6.1/include/linux/
Dinetdevice.h176 int ifindex, struct ipv4_devconf *devconf);
/Linux-v6.1/net/ipv6/
Dip6mr.c1595 struct ipv6_devconf *devconf; in ip6mr_sk_done() local
1603 devconf = net->ipv6.devconf_all; in ip6mr_sk_done()
1604 if (!devconf || !atomic_read(&devconf->mc_forwarding)) in ip6mr_sk_done()
1616 atomic_dec(&devconf->mc_forwarding); in ip6mr_sk_done()
Daddrconf.c523 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument
545 if (!devconf) in inet6_netconf_fill_devconf()
549 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
554 atomic_read(&devconf->mc_forwarding)) < 0) in inet6_netconf_fill_devconf()
558 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
563 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf()
576 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument
585 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf()
654 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local
669 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
[all …]
/Linux-v6.1/include/net/
Daddrconf.h304 int ifindex, struct ipv6_devconf *devconf);