Lines Matching refs:refs
80 int *refs);
131 int refs = 1; in ip_expire() local
143 inet_frag_kill(&qp->q, &refs); in ip_expire()
193 inet_frag_putn(&qp->q, refs); in ip_expire()
263 static int ip_frag_queue(struct ipq *qp, struct sk_buff *skb, int *refs) in ip_frag_queue() argument
283 inet_frag_kill(&qp->q, refs); in ip_frag_queue()
367 err = ip_frag_reasm(qp, skb, prev_tail, dev, refs); in ip_frag_queue()
370 inet_frag_kill(&qp->q, refs); in ip_frag_queue()
387 inet_frag_kill(&qp->q, refs); in ip_frag_queue()
402 int *refs) in ip_frag_reasm() argument
410 inet_frag_kill(&qp->q, refs); in ip_frag_reasm()
487 int ret, refs = 0; in ip_defrag() local
491 ret = ip_frag_queue(qp, skb, &refs); in ip_defrag()
495 inet_frag_putn(&qp->q, refs); in ip_defrag()