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

  /src/usr.sbin/npf/npfctl/
npf_bpf_comp.c 145 uint8_t eth_type; member in struct:npf_bpf
476 if ((ctx->flags & FETCHED_L2) != 0 || (type && ctx->eth_type != 0))
502 ctx->eth_type = type;
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 1207 int eth_type; local in function:t3_encap
1226 eth_type = CPL_ETH_II_VLAN;
1230 eth_type = CPL_ETH_II;
1234 eth_type = CPL_ETH_II;
1240 tso_info |= V_LSO_ETH_TYPE(eth_type) |

Completed in 14 milliseconds