Searched refs:tmppkt (Results 1 – 2 of 2) sorted by relevance
77 struct cfpkt *tmppkt; in rfm_append() local88 tmppkt = cfpkt_append(rfml->incomplete_frm, pkt, in rfm_append()93 if (tmppkt == NULL) in rfm_append()97 return tmppkt; in rfm_append()107 struct cfpkt *tmppkt = NULL; in cfrfml_receive() local133 tmppkt = rfm_append(rfml, seghead, pkt, &err); in cfrfml_receive()134 if (tmppkt == NULL) in cfrfml_receive()137 if (cfpkt_erroneous(tmppkt)) in cfrfml_receive()140 rfml->incomplete_frm = tmppkt; in cfrfml_receive()143 if (cfpkt_erroneous(tmppkt)) in cfrfml_receive()[all …]
352 struct cfpkt *tmppkt; in cfpkt_append() local355 tmppkt = cfpkt_create(createlen + PKT_PREFIX + PKT_POSTFIX); in cfpkt_append()356 if (tmppkt == NULL) in cfpkt_append()358 tmp = pkt_to_skb(tmppkt); in cfpkt_append()377 struct cfpkt *tmppkt; in cfpkt_split() local390 tmppkt = cfpkt_create_pfx(len2nd + PKT_PREFIX + PKT_POSTFIX, in cfpkt_split()392 if (tmppkt == NULL) in cfpkt_split()394 skb2 = pkt_to_skb(tmppkt); in cfpkt_split()