Lines Matching refs:frags

132 			   struct inet_frags *frags)  in ip6_expire_frag_queue()  argument
141 inet_frag_kill(&fq->q, frags); in ip6_expire_frag_queue()
169 inet_frag_put(&fq->q, frags); in ip6_expire_frag_queue()
179 net = container_of(fq->q.net, struct net, ipv6.frags); in ip6_frag_expire()
201 q = inet_frag_find(&net->ipv6.frags, &ip6_frags, &arg, hash); in fq_find()
382 struct net *net = container_of(fq->q.net, struct net, ipv6.frags); in ip6_frag_reasm()
444 plen += skb_frag_size(&skb_shinfo(head)->frags[i]); in ip6_frag_reasm()
593 .data = &init_net.ipv6.frags.high_thresh,
597 .extra1 = &init_net.ipv6.frags.low_thresh
601 .data = &init_net.ipv6.frags.low_thresh,
606 .extra2 = &init_net.ipv6.frags.high_thresh
610 .data = &init_net.ipv6.frags.timeout,
642 table[0].data = &net->ipv6.frags.high_thresh; in ip6_frags_ns_sysctl_register()
643 table[0].extra1 = &net->ipv6.frags.low_thresh; in ip6_frags_ns_sysctl_register()
644 table[0].extra2 = &init_net.ipv6.frags.high_thresh; in ip6_frags_ns_sysctl_register()
645 table[1].data = &net->ipv6.frags.low_thresh; in ip6_frags_ns_sysctl_register()
646 table[1].extra2 = &net->ipv6.frags.high_thresh; in ip6_frags_ns_sysctl_register()
647 table[2].data = &net->ipv6.frags.timeout; in ip6_frags_ns_sysctl_register()
713 net->ipv6.frags.high_thresh = IPV6_FRAG_HIGH_THRESH; in ipv6_frags_init_net()
714 net->ipv6.frags.low_thresh = IPV6_FRAG_LOW_THRESH; in ipv6_frags_init_net()
715 net->ipv6.frags.timeout = IPV6_FRAG_TIMEOUT; in ipv6_frags_init_net()
717 inet_frags_init_net(&net->ipv6.frags); in ipv6_frags_init_net()
725 inet_frags_exit_net(&net->ipv6.frags, &ip6_frags); in ipv6_frags_exit_net()