Lines Matching refs:ipv6

82 	net = container_of(fq->q.net, struct net, ipv6.frags);  in ip6_frag_expire()
103 q = inet_frag_find(&net->ipv6.frags, &key); in fq_find()
282 struct net *net = container_of(fq->q.net, struct net, ipv6.frags); in ip6_frag_reasm()
506 .data = &init_net.ipv6.frags.high_thresh,
510 .extra1 = &init_net.ipv6.frags.low_thresh
514 .data = &init_net.ipv6.frags.low_thresh,
518 .extra2 = &init_net.ipv6.frags.high_thresh
522 .data = &init_net.ipv6.frags.timeout,
554 table[0].data = &net->ipv6.frags.high_thresh; in ip6_frags_ns_sysctl_register()
555 table[0].extra1 = &net->ipv6.frags.low_thresh; in ip6_frags_ns_sysctl_register()
556 table[0].extra2 = &init_net.ipv6.frags.high_thresh; in ip6_frags_ns_sysctl_register()
557 table[1].data = &net->ipv6.frags.low_thresh; in ip6_frags_ns_sysctl_register()
558 table[1].extra2 = &net->ipv6.frags.high_thresh; in ip6_frags_ns_sysctl_register()
559 table[2].data = &net->ipv6.frags.timeout; in ip6_frags_ns_sysctl_register()
566 net->ipv6.sysctl.frags_hdr = hdr; in ip6_frags_ns_sysctl_register()
580 table = net->ipv6.sysctl.frags_hdr->ctl_table_arg; in ip6_frags_ns_sysctl_unregister()
581 unregister_net_sysctl_table(net->ipv6.sysctl.frags_hdr); in ip6_frags_ns_sysctl_unregister()
623 net->ipv6.frags.high_thresh = IPV6_FRAG_HIGH_THRESH; in ipv6_frags_init_net()
624 net->ipv6.frags.low_thresh = IPV6_FRAG_LOW_THRESH; in ipv6_frags_init_net()
625 net->ipv6.frags.timeout = IPV6_FRAG_TIMEOUT; in ipv6_frags_init_net()
626 net->ipv6.frags.f = &ip6_frags; in ipv6_frags_init_net()
628 res = inet_frags_init_net(&net->ipv6.frags); in ipv6_frags_init_net()
634 inet_frags_exit_net(&net->ipv6.frags); in ipv6_frags_init_net()
641 inet_frags_exit_net(&net->ipv6.frags); in ipv6_frags_exit_net()