Searched refs:ethertype (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/netgraph/
H A Dng_etf.h78 u_int16_t ethertype; /* this ethertype to this hook */ member in struct:ng_etffilter
86 { "ethertype", &ng_parse_uint16_type }, \
H A Dng_etf.c135 u_int16_t ethertype; /* network order ethertype */ member in struct:filter
156 ng_etf_findentry(etf_p etfp, u_int16_t ethertype) argument
158 struct filterhead *chain = etfp->hashtable + HASH(ethertype);
163 if (fil->ethertype == ethertype) {
306 /* Check we don't already trap this ethertype */
308 htons(f->ethertype))) {
325 fil->ethertype = htons(f->ethertype);
370 u_int16_t ethertype; local
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c275 outer_headers.ethertype);
278 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype,
291 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype,
309 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype,
322 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype,
338 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype,
351 MLX5_SET(fte_match_param, match_value, outer_headers.ethertype,
861 outer_headers.ethertype);
868 outer_headers.ethertype);
878 outer_headers.ethertype);
[all...]
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c228 uint16_t ethertype; local
235 ethertype = be16toh(*((uint16_t *)(gso_hdr + 12)));
236 if (ethertype == 0x0800)
238 else /* if (ethertype == 0x86DD) */
240 ND(3, "type=%04x", ethertype);
/freebsd-10-stable/contrib/wpa/src/drivers/
H A Ddriver_wired.c37 u16 ethertype; member in struct:ieee8023_hdr
123 * 2 byte ethertype */
132 switch (ntohs(hdr->ethertype)) {
146 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
147 ntohs(hdr->ethertype));
331 hdr->ethertype = htons(ETH_P_PAE);
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_user_verbs.h694 __be16 ethertype; member in struct:ibv_kern_flow_spec::__anon11288::__anon11289
H A Dib_verbs.h1130 __be16 ethertype; member in struct:ib_flow_spec::__anon2149::__anon2150
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1001 spec_l2->eth.ether_type = flow_spec->l2_id.eth.ethertype;
1025 if (flow_spec->l2_id.eth.ethertype == cpu_to_be16(ETH_P_IP) ||
/freebsd-10-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h448 u8 ethertype[0x10]; member in struct:mlx5_ifc_fte_match_set_lyr_2_4_bits

Completed in 259 milliseconds