Home
last modified time | relevance | path

Searched refs:tmppkt (Results 1 – 2 of 2) sorted by relevance

/linux/net/caif/
A Dcfrfml.c74 struct cfpkt *tmppkt; in rfm_append() local
90 if (tmppkt == NULL) in rfm_append()
94 return tmppkt; in rfm_append()
104 struct cfpkt *tmppkt = NULL; in cfrfml_receive() local
131 if (tmppkt == NULL) in cfrfml_receive()
151 if (tmppkt == NULL) in cfrfml_receive()
154 if (cfpkt_erroneous(tmppkt)) in cfrfml_receive()
158 pkt = tmppkt; in cfrfml_receive()
159 tmppkt = NULL; in cfrfml_receive()
172 if (tmppkt) in cfrfml_receive()
[all …]
A Dcfpkt_skbuff.c315 struct cfpkt *tmppkt; in cfpkt_append() local
318 tmppkt = cfpkt_create(createlen + PKT_PREFIX + PKT_POSTFIX); in cfpkt_append()
319 if (tmppkt == NULL) in cfpkt_append()
321 tmp = pkt_to_skb(tmppkt); in cfpkt_append()
335 struct cfpkt *tmppkt; in cfpkt_split() local
348 tmppkt = cfpkt_create_pfx(len2nd + PKT_PREFIX + PKT_POSTFIX, in cfpkt_split()
350 if (tmppkt == NULL) in cfpkt_split()
352 skb2 = pkt_to_skb(tmppkt); in cfpkt_split()

Completed in 5 milliseconds