/src/sys/dev/pci/ |
if_vmx.c | 2990 int offset, csum_off, iphl, offp; local in function:vmxnet3_txq_offload_ctx 3019 csum_off = offsetof(struct tcphdr, th_sum); 3021 csum_off = offsetof(struct udphdr, uh_sum); 3024 *csum_start = *start + csum_off;
|
if_vmx.c | 2990 int offset, csum_off, iphl, offp; local in function:vmxnet3_txq_offload_ctx 3019 csum_off = offsetof(struct tcphdr, th_sum); 3021 csum_off = offsetof(struct udphdr, uh_sum); 3024 *csum_start = *start + csum_off;
|
if_vmx.c | 2990 int offset, csum_off, iphl, offp; local in function:vmxnet3_txq_offload_ctx 3019 csum_off = offsetof(struct tcphdr, th_sum); 3021 csum_off = offsetof(struct udphdr, uh_sum); 3024 *csum_start = *start + csum_off;
|