Lines Matching refs:ipv6
38 #include <linux/ipv6.h>
51 #include <net/ipv6.h>
99 q = inet_frag_find(net->ipv6.fqdir, &key);
461 table[0].data = &net->ipv6.fqdir->high_thresh;
462 table[0].extra1 = &net->ipv6.fqdir->low_thresh;
463 table[1].data = &net->ipv6.fqdir->low_thresh;
464 table[1].extra2 = &net->ipv6.fqdir->high_thresh;
465 table[2].data = &net->ipv6.fqdir->timeout;
467 hdr = register_net_sysctl(net, "net/ipv6", table);
471 net->ipv6.sysctl.frags_hdr = hdr;
485 table = net->ipv6.sysctl.frags_hdr->ctl_table_arg;
486 unregister_net_sysctl_table(net->ipv6.sysctl.frags_hdr);
495 ip6_ctl_header = register_net_sysctl(&init_net, "net/ipv6",
528 res = fqdir_init(&net->ipv6.fqdir, &ip6_frags, net);
532 net->ipv6.fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH;
533 net->ipv6.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH;
534 net->ipv6.fqdir->timeout = IPV6_FRAG_TIMEOUT;
538 fqdir_exit(net->ipv6.fqdir);
544 fqdir_pre_exit(net->ipv6.fqdir);
550 fqdir_exit(net->ipv6.fqdir);