Searched refs:ipv6_devconf (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dif_inet6.h190 struct ipv6_devconf cnf;
196 extern struct ipv6_devconf ipv6_devconf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c102 static void addrconf_sysctl_register(struct inet6_dev *idev, struct ipv6_devconf *p);
103 static void addrconf_sysctl_unregister(struct ipv6_devconf *p);
146 struct ipv6_devconf ipv6_devconf __read_mostly = {
182 static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = {
462 int changed = (!idev->cnf.forwarding) ^ (!ipv6_devconf.forwarding);
463 idev->cnf.forwarding = ipv6_devconf.forwarding;
1318 ipv6_devconf.forwarding = 0;
1324 ipv6_devconf.forwarding = 0;
1762 !ipv6_devconf
[all...]
H A Dip6_input.c246 if (ipv6_devconf.mc_forwarding == 1) {
H A Dndisc.c788 (ipv6_devconf.proxy_ndp || idev->cnf.proxy_ndp) &&
929 ipv6_devconf.forwarding && ipv6_devconf.proxy_ndp &&
H A Danycast.c84 int ishost = !ipv6_devconf.forwarding;
H A Dip6_output.c381 if (ipv6_devconf.forwarding == 0)
424 if (ipv6_devconf.proxy_ndp &&
H A Droute.c676 int reachable = ipv6_devconf.forwarding ? 0 : RT6_LOOKUP_F_REACHABLE;
771 int reachable = ipv6_devconf.forwarding ? 0 : RT6_LOOKUP_F_REACHABLE;
1093 int hoplimit = ipv6_devconf.hop_limit;
H A Dip6mr.c1248 ipv6_devconf.mc_forwarding--;
1300 ipv6_devconf.mc_forwarding++;
H A Dexthdrs.c372 int accept_source_route = ipv6_devconf.accept_source_route;
H A Dipv6_sockglue.c1014 val = ipv6_devconf.hop_limit;
H A Dmcast.c165 #define MLD_V1_SEEN(idev) (ipv6_devconf.force_mld_version == 1 || \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dipv6.h150 struct ipv6_devconf { struct
190 /* index values for the variables in ipv6_devconf */

Completed in 116 milliseconds