Searched refs:nskb2 (Results 1 – 3 of 3) sorted by relevance
165 struct sk_buff *nskb1, *nskb2; in BCMFASTPATH() local184 for (nskb1 = nskb; nskb1 != NULL; nskb1 = nskb2) { in BCMFASTPATH()186 nskb2 = PKTCLINK(nskb1); in BCMFASTPATH()188 nskb2 = NULL; in BCMFASTPATH()
1022 struct sk_buff *nskb1, *nskb2; in osl_pkt_tonative() local1033 for (nskb1 = nskb; nskb1 != NULL; nskb1 = nskb2) { in osl_pkt_tonative()1035 nskb2 = PKTCLINK(nskb1); in osl_pkt_tonative()1037 nskb2 = NULL; in osl_pkt_tonative()