Searched refs:devconf (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | devinet.c | 2106 if (!devconf) in inet_netconf_fill_devconf() 2111 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf() 2115 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf() 2119 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2123 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2127 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf() 2144 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument 2222 struct ipv4_devconf *devconf; in inet_netconf_get_devconf() local 2239 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf() 2242 devconf = net->ipv4.devconf_dflt; in inet_netconf_get_devconf() [all …]
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | rt_link.yaml | 279 name: ipv4-devconf 382 name: ipv6-devconf 1159 struct: ipv4-devconf 1169 struct: ipv6-devconf
|
/openbmc/linux/include/linux/ |
H A D | inetdevice.h | 176 int ifindex, struct ipv4_devconf *devconf);
|
/openbmc/linux/net/ipv6/ |
H A D | ip6mr.c | 1595 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 D | addrconf.c | 524 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument 546 if (!devconf) in inet6_netconf_fill_devconf() 555 atomic_read(&devconf->mc_forwarding)) < 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() argument 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 = net->ipv6.devconf_all; in inet6_netconf_get_devconf() 673 devconf = net->ipv6.devconf_dflt; in inet6_netconf_get_devconf() 682 devconf = &in6_dev->cnf; in inet6_netconf_get_devconf() [all …]
|
/openbmc/linux/include/net/ |
H A D | addrconf.h | 312 int ifindex, struct ipv6_devconf *devconf);
|