Home
last modified time | relevance | path

Searched refs:devconf (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c2028 struct ipv4_devconf *devconf, u32 portid, in inet_netconf_fill_devconf()
2050 if (!devconf) in inet_netconf_fill_devconf()
2055 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
2059 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
2063 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2067 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2071 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
2075 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf()
2088 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf()
2097 err = inet_netconf_fill_devconf(skb, ifindex, devconf, in inet_netconf_notify_devconf()
2027 inet_netconf_fill_devconf(struct sk_buff *skb, int ifindex, struct ipv4_devconf *devconf, u32 portid, u32 seq, int event, unsigned int flags, int type) inet_netconf_fill_devconf() argument
2087 inet_netconf_notify_devconf(struct net *net, int event, int type, int ifindex, struct ipv4_devconf *devconf) inet_netconf_notify_devconf() argument
2166 struct ipv4_devconf *devconf; inet_netconf_get_devconf() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c2071 struct ipv4_devconf *devconf, u32 portid, in inet_netconf_fill_devconf()
2093 if (!devconf) in inet_netconf_fill_devconf()
2098 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
2102 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
2106 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2110 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2114 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
2118 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf()
2131 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf()
2140 err = inet_netconf_fill_devconf(skb, ifindex, devconf, in inet_netconf_notify_devconf()
2070 inet_netconf_fill_devconf(struct sk_buff *skb, int ifindex, struct ipv4_devconf *devconf, u32 portid, u32 seq, int event, unsigned int flags, int type) inet_netconf_fill_devconf() argument
2130 inet_netconf_notify_devconf(struct net *net, int event, int type, int ifindex, struct ipv4_devconf *devconf) inet_netconf_notify_devconf() argument
2209 struct ipv4_devconf *devconf; inet_netconf_get_devconf() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dinetdevice.h171 int ifindex, struct ipv4_devconf *devconf);
/kernel/linux/linux-6.6/include/linux/
H A Dinetdevice.h176 int ifindex, struct ipv4_devconf *devconf);
/kernel/linux/linux-6.6/net/ipv6/
H A 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()
H A Daddrconf.c524 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf()
546 if (!devconf) in inet6_netconf_fill_devconf()
550 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
555 atomic_read(&devconf->mc_forwarding)) < 0) in inet6_netconf_fill_devconf()
559 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
564 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf()
577 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf()
586 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf()
655 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local
670 devconf in inet6_netconf_get_devconf()
523 inet6_netconf_fill_devconf(struct sk_buff *skb, int ifindex, struct ipv6_devconf *devconf, u32 portid, u32 seq, int event, unsigned int flags, int type) inet6_netconf_fill_devconf() argument
576 inet6_netconf_notify_devconf(struct net *net, int event, int type, int ifindex, struct ipv6_devconf *devconf) inet6_netconf_notify_devconf() argument
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c515 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf()
537 if (!devconf) in inet6_netconf_fill_devconf()
541 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
546 atomic_read(&devconf->mc_forwarding)) < 0) in inet6_netconf_fill_devconf()
550 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
555 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf()
568 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf()
577 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf()
646 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local
661 devconf in inet6_netconf_get_devconf()
514 inet6_netconf_fill_devconf(struct sk_buff *skb, int ifindex, struct ipv6_devconf *devconf, u32 portid, u32 seq, int event, unsigned int flags, int type) inet6_netconf_fill_devconf() argument
567 inet6_netconf_notify_devconf(struct net *net, int event, int type, int ifindex, struct ipv6_devconf *devconf) inet6_netconf_notify_devconf() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Daddrconf.h312 int ifindex, struct ipv6_devconf *devconf);
/kernel/linux/linux-6.6/include/net/
H A Daddrconf.h312 int ifindex, struct ipv6_devconf *devconf);

Completed in 20 milliseconds