Searched refs:sbcnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.101.5/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 216 uint16_t clen, sboff, sblen, sbcnt, off0 = soff; in _pkt_copyaddr_sum() local 220 sbcnt = __packet_get_buflet_count(sph); in _pkt_copyaddr_sum() 227 if (do_csum && sbcnt == 1 && len != 0) { in _pkt_copyaddr_sum() 249 PKT_GET_NEXT_BUFLET(spkt, sbcnt, sbufp, sbuf); in _pkt_copyaddr_sum() 365 uint16_t clen, sblen, dlen0, dlim, sbcnt, dbcnt, sboff; in _pkt_copypkt_sum() local 371 sbcnt = __packet_get_buflet_count(sph); in _pkt_copypkt_sum() 377 PKT_GET_NEXT_BUFLET(spkt, sbcnt, sbufp, sbuf); in _pkt_copypkt_sum() 509 uint16_t clen, sblen, sbcnt, sboff; in pkt_sum() local 513 sbcnt = __packet_get_buflet_count(sph); in pkt_sum() 516 if (sbcnt == 1 && len != 0) { in pkt_sum() [all …]
|