Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/skywalk/packet/
H A Dpacket_copy.c214 uint16_t clen, sboff, sblen, sbcnt, off0 = soff; in _pkt_copyaddr_sum() local
218 sbcnt = __packet_get_buflet_count(sph); in _pkt_copyaddr_sum()
225 if (do_csum && sbcnt == 1 && len != 0) { in _pkt_copyaddr_sum()
247 PKT_GET_NEXT_BUFLET(spkt, sbcnt, sbufp, sbuf); in _pkt_copyaddr_sum()
363 uint16_t clen, sblen, dlen0, dlim, sbcnt, dbcnt, sboff; in _pkt_copypkt_sum() local
369 sbcnt = __packet_get_buflet_count(sph); in _pkt_copypkt_sum()
375 PKT_GET_NEXT_BUFLET(spkt, sbcnt, sbufp, sbuf); in _pkt_copypkt_sum()
507 uint16_t clen, sblen, sbcnt, sboff; in pkt_sum() local
511 sbcnt = __packet_get_buflet_count(sph); in pkt_sum()
514 if (sbcnt == 1 && len != 0) { in pkt_sum()
[all …]