Lines Matching refs:ipv6
38 #include <linux/ipv6.h>
51 #include <net/ipv6.h>
99 q = inet_frag_find(net->ipv6.fqdir, &key);
467 table[0].data = &net->ipv6.fqdir->high_thresh;
468 table[0].extra1 = &net->ipv6.fqdir->low_thresh;
469 table[1].data = &net->ipv6.fqdir->low_thresh;
470 table[1].extra2 = &net->ipv6.fqdir->high_thresh;
471 table[2].data = &net->ipv6.fqdir->timeout;
473 hdr = register_net_sysctl_sz(net, "net/ipv6", table,
478 net->ipv6.sysctl.frags_hdr = hdr;
492 table = net->ipv6.sysctl.frags_hdr->ctl_table_arg;
493 unregister_net_sysctl_table(net->ipv6.sysctl.frags_hdr);
502 ip6_ctl_header = register_net_sysctl(&init_net, "net/ipv6",
535 res = fqdir_init(&net->ipv6.fqdir, &ip6_frags, net);
539 net->ipv6.fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH;
540 net->ipv6.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH;
541 net->ipv6.fqdir->timeout = IPV6_FRAG_TIMEOUT;
545 fqdir_exit(net->ipv6.fqdir);
551 fqdir_pre_exit(net->ipv6.fqdir);
557 fqdir_exit(net->ipv6.fqdir);