Searched refs:tail_pkt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfserl.c57 struct cfpkt *tail_pkt = NULL; local
150 tail_pkt = cfpkt_split(pkt, expectlen);
152 tail_pkt = NULL;
160 if (tail_pkt != NULL)
161 pkt = cfpkt_append(pkt, tail_pkt, 0);
170 pkt = tail_pkt;

Completed in 24 milliseconds