Lines Matching refs:refs
80 int *refs);
131 int refs = 1; in ip_expire() local
148 inet_frag_kill(&qp->q, &refs); in ip_expire()
191 inet_frag_putn(&qp->q, refs); in ip_expire()
267 static int ip_frag_queue(struct ipq *qp, struct sk_buff *skb, int *refs) in ip_frag_queue() argument
287 inet_frag_kill(&qp->q, refs); in ip_frag_queue()
371 err = ip_frag_reasm(qp, skb, prev_tail, dev, refs); in ip_frag_queue()
374 inet_frag_kill(&qp->q, refs); in ip_frag_queue()
391 inet_frag_kill(&qp->q, refs); in ip_frag_queue()
406 int *refs) in ip_frag_reasm() argument
414 inet_frag_kill(&qp->q, refs); in ip_frag_reasm()
489 int ret, refs = 0; in ip_defrag() local
493 ret = ip_frag_queue(qp, skb, &refs); in ip_defrag()
497 inet_frag_putn(&qp->q, refs); in ip_defrag()