Searched refs:tmppkt (Results 1 – 2 of 2) sorted by relevance
74 struct cfpkt *tmppkt; in rfm_append() local85 tmppkt = cfpkt_append(rfml->incomplete_frm, pkt, in rfm_append()90 if (tmppkt == NULL) in rfm_append()94 return tmppkt; in rfm_append()104 struct cfpkt *tmppkt = NULL; in cfrfml_receive() local130 tmppkt = rfm_append(rfml, seghead, pkt, &err); in cfrfml_receive()131 if (tmppkt == NULL) in cfrfml_receive()134 if (cfpkt_erroneous(tmppkt)) in cfrfml_receive()137 rfml->incomplete_frm = tmppkt; in cfrfml_receive()140 if (cfpkt_erroneous(tmppkt)) in cfrfml_receive()[all …]
316 struct cfpkt *tmppkt; in cfpkt_append() local319 tmppkt = cfpkt_create(createlen + PKT_PREFIX + PKT_POSTFIX); in cfpkt_append()320 if (tmppkt == NULL) in cfpkt_append()322 tmp = pkt_to_skb(tmppkt); in cfpkt_append()340 struct cfpkt *tmppkt; in cfpkt_split() local353 tmppkt = cfpkt_create_pfx(len2nd + PKT_PREFIX + PKT_POSTFIX, in cfpkt_split()355 if (tmppkt == NULL) in cfpkt_split()357 skb2 = pkt_to_skb(tmppkt); in cfpkt_split()