Lines Matching refs:stuff
2319 uint32_t start, stuff, end, partial, hdrlen;
2352 stuff = start + offsetof(struct tcphdr, th_sum);
2354 stuff = start + offsetof(struct udphdr, uh_sum);
2362 stuff = start + offsetof(struct tcphdr, th_sum);
2364 stuff = start + offsetof(struct udphdr, uh_sum);
2390 mac_hcksum_set(mp, start, stuff, end, csum, HCK_PARTIALCKSUM);
2907 uint32_t start, stuff, tx_offload_flags, mss;
2911 mac_hcksum_get(mp, &start, &stuff, NULL, NULL, &tx_offload_flags);
2920 mac_hcksum_set(mp, start, stuff, NULL, NULL, tx_offload_flags);
3343 uint32_t start, stuff, tx_offload_flags;
3354 mac_hcksum_get(mp, &start, &stuff, NULL, NULL, &tx_offload_flags);
3446 pseudo_hdr_offset = htons(stuff + maclen);