HomeSort by: relevance | last modified time | path
    Searched defs:csum_off (Results 1 - 3 of 3) sorted by relevancy

  /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;

Completed in 38 milliseconds