Home
last modified time | relevance | path

Searched refs:ethtype (Results 1 – 25 of 111) sorted by relevance

12345

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh394 local ethtype="88 47"; readonly ethtype
415 pkt="$ethtype $(mpls_lse 0 0 1 255)"
432 local ethtype="88 47"; readonly ethtype
444 pkt="$ethtype $(mpls_lse 0 7 1 255)"
453 pkt="$ethtype $(mpls_lse 0 0 1 255)"
470 local ethtype="88 47"; readonly ethtype
482 pkt="$ethtype $(mpls_lse 0 0 1 255)"
509 local ethtype="88 47"; readonly ethtype
530 pkt="$ethtype $(mpls_lse 0 0 1 0)"
547 local ethtype="88 47"; readonly ethtype
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh394 local ethtype="88 47"; readonly ethtype
415 pkt="$ethtype $(mpls_lse 0 0 1 255)"
432 local ethtype="88 47"; readonly ethtype
444 pkt="$ethtype $(mpls_lse 0 7 1 255)"
453 pkt="$ethtype $(mpls_lse 0 0 1 255)"
470 local ethtype="88 47"; readonly ethtype
482 pkt="$ethtype $(mpls_lse 0 0 1 255)"
509 local ethtype="88 47"; readonly ethtype
530 pkt="$ethtype $(mpls_lse 0 0 1 0)"
547 local ethtype="88 47"; readonly ethtype
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh394 local ethtype="88 47"; readonly ethtype
415 pkt="$ethtype $(mpls_lse 0 0 1 255)"
432 local ethtype="88 47"; readonly ethtype
444 pkt="$ethtype $(mpls_lse 0 7 1 255)"
453 pkt="$ethtype $(mpls_lse 0 0 1 255)"
470 local ethtype="88 47"; readonly ethtype
482 pkt="$ethtype $(mpls_lse 0 0 1 255)"
509 local ethtype="88 47"; readonly ethtype
530 pkt="$ethtype $(mpls_lse 0 0 1 0)"
547 local ethtype="88 47"; readonly ethtype
[all …]
/dports/net/gspoof/gspoof-3.2/
H A Dconsole.c66 u_char *ethtype; variable
100 ethtype = calloc (4, sizeof(u_char)); in run_console()
172 printf ("ETHERNET TYPE (%s) (ip/lo) : ", ethtype); in run_console()
173 fgets(ethtype, 20, stdin); in run_console()
174 ethtype = dn(ethtype); in run_console()
176 while (strcmp("ip", ethtype) && strcmp("lo", ethtype)); in run_console()
490 if (ethtype) in run_console()
491 free (ethtype); in run_console()
584 memset (ethtype, 0, 4*sizeof(u_char)); in clean_values()
587 sprintf (ethtype, "ip"); in clean_values()
[all …]
H A Dgfuncts.c152 u_char *ethtype; in SendPacket() local
203 ethtype = (u_char *) gtk_entry_get_text (GTK_ENTRY (ethtype_combo_entry)); in SendPacket()
204 if (!strcmp(ethtype, "IP")) in SendPacket()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/accel/
H A Daccel.h11 __be16 *ethtype; in is_metadata_hdr_valid() local
15 ethtype = (__be16 *)(skb->data + ETH_ALEN * 2); in is_metadata_hdr_valid()
16 if (*ethtype != cpu_to_be16(MLX5E_METADATA_ETHER_TYPE)) in is_metadata_hdr_valid()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/accel/
H A Daccel.h11 __be16 *ethtype; in is_metadata_hdr_valid() local
15 ethtype = (__be16 *)(skb->data + ETH_ALEN * 2); in is_metadata_hdr_valid()
16 if (*ethtype != cpu_to_be16(MLX5E_METADATA_ETHER_TYPE)) in is_metadata_hdr_valid()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/accel/
H A Daccel.h11 __be16 *ethtype; in is_metadata_hdr_valid() local
15 ethtype = (__be16 *)(skb->data + ETH_ALEN * 2); in is_metadata_hdr_valid()
16 if (*ethtype != cpu_to_be16(MLX5E_METADATA_ETHER_TYPE)) in is_metadata_hdr_valid()
/dports/net/py-dpkt/dpkt-1.9.6/dpkt/
H A Dsll.py33 self.data = self._typesw[self.ethtype](self.data)
47 assert slltest.ethtype == 0x0800
H A Dsll2.py33 self.data = self._typesw[self.ethtype](self.data)
49 assert sll2test.ethtype == 0x0800
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c85 bool ethtype; in qed_dcbx_default_tlv() local
90 ethtype = qed_dcbx_app_ethtype(app_info_bitmap); in qed_dcbx_default_tlv()
110 bool ethtype; in qed_dcbx_fcoe_tlv() local
115 ethtype = qed_dcbx_app_ethtype(app_info_bitmap); in qed_dcbx_fcoe_tlv()
122 bool ethtype; in qed_dcbx_roce_tlv() local
1151 if (p_params->app_entry[i].ethtype) in qed_dcbx_set_app_data()
1730 bool ethtype; in qed_dcbnl_getapp() local
1741 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) { in qed_dcbnl_getapp()
1765 bool ethtype; in qed_dcbnl_setapp() local
1776 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) in qed_dcbnl_setapp()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c85 bool ethtype; in qed_dcbx_default_tlv() local
90 ethtype = qed_dcbx_app_ethtype(app_info_bitmap); in qed_dcbx_default_tlv()
110 bool ethtype; in qed_dcbx_fcoe_tlv() local
115 ethtype = qed_dcbx_app_ethtype(app_info_bitmap); in qed_dcbx_fcoe_tlv()
122 bool ethtype; in qed_dcbx_roce_tlv() local
1151 if (p_params->app_entry[i].ethtype) in qed_dcbx_set_app_data()
1730 bool ethtype; in qed_dcbnl_getapp() local
1741 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) { in qed_dcbnl_getapp()
1765 bool ethtype; in qed_dcbnl_setapp() local
1776 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) in qed_dcbnl_setapp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c85 bool ethtype; in qed_dcbx_default_tlv() local
90 ethtype = qed_dcbx_app_ethtype(app_info_bitmap); in qed_dcbx_default_tlv()
110 bool ethtype; in qed_dcbx_fcoe_tlv() local
115 ethtype = qed_dcbx_app_ethtype(app_info_bitmap); in qed_dcbx_fcoe_tlv()
122 bool ethtype; in qed_dcbx_roce_tlv() local
1151 if (p_params->app_entry[i].ethtype) in qed_dcbx_set_app_data()
1730 bool ethtype; in qed_dcbnl_getapp() local
1741 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) { in qed_dcbnl_getapp()
1765 bool ethtype; in qed_dcbnl_setapp() local
1776 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) in qed_dcbnl_setapp()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h101 filter->u.usnic.ethtype = ETH_P_IBOE; in usnic_fwd_init_usnic_filter()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h101 filter->u.usnic.ethtype = ETH_P_IBOE; in usnic_fwd_init_usnic_filter()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h101 filter->u.usnic.ethtype = ETH_P_IBOE; in usnic_fwd_init_usnic_filter()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c262 unsupported(fconf, ETHERTYPE_F, fs->val.ethtype, in validate_filter()
263 fs->mask.ethtype) || in validate_filter()
874 fwr->ethtype = htons(f->fs.val.ethtype); in set_filter_wr()
875 fwr->ethtypem = htons(f->fs.mask.ethtype); in set_filter_wr()
1070 if (fs->val.ethtype && !fs->mask.ethtype) in fill_default_mask()
1071 fs->mask.ethtype |= ~0; in fill_default_mask()
1219 ntuple_mask |= (u64)fs->mask.ethtype << tp->ethertype_shift; in is_filter_exact_match()
1280 if (tp->ethertype_shift >= 0 && fs->mask.ethtype) in hash_filter_ntuple()
1281 ntuple |= (u64)(fs->val.ethtype) << tp->ethertype_shift; in hash_filter_ntuple()
H A Dcxgb4_tc_flower.c195 fs->val.ethtype = ethtype_key; in cxgb4_process_flow_match()
196 fs->mask.ethtype = ethtype_mask; in cxgb4_process_flow_match()
295 if (fs->val.ethtype == ETH_P_8021Q) { in cxgb4_process_flow_match()
296 fs->val.ethtype = 0; in cxgb4_process_flow_match()
297 fs->mask.ethtype = 0; in cxgb4_process_flow_match()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c262 unsupported(fconf, ETHERTYPE_F, fs->val.ethtype, in validate_filter()
263 fs->mask.ethtype) || in validate_filter()
874 fwr->ethtype = htons(f->fs.val.ethtype); in set_filter_wr()
875 fwr->ethtypem = htons(f->fs.mask.ethtype); in set_filter_wr()
1070 if (fs->val.ethtype && !fs->mask.ethtype) in fill_default_mask()
1071 fs->mask.ethtype |= ~0; in fill_default_mask()
1219 ntuple_mask |= (u64)fs->mask.ethtype << tp->ethertype_shift; in is_filter_exact_match()
1280 if (tp->ethertype_shift >= 0 && fs->mask.ethtype) in hash_filter_ntuple()
1281 ntuple |= (u64)(fs->val.ethtype) << tp->ethertype_shift; in hash_filter_ntuple()
H A Dcxgb4_tc_flower.c195 fs->val.ethtype = ethtype_key; in cxgb4_process_flow_match()
196 fs->mask.ethtype = ethtype_mask; in cxgb4_process_flow_match()
295 if (fs->val.ethtype == ETH_P_8021Q) { in cxgb4_process_flow_match()
296 fs->val.ethtype = 0; in cxgb4_process_flow_match()
297 fs->mask.ethtype = 0; in cxgb4_process_flow_match()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c262 unsupported(fconf, ETHERTYPE_F, fs->val.ethtype, in validate_filter()
263 fs->mask.ethtype) || in validate_filter()
874 fwr->ethtype = htons(f->fs.val.ethtype); in set_filter_wr()
875 fwr->ethtypem = htons(f->fs.mask.ethtype); in set_filter_wr()
1070 if (fs->val.ethtype && !fs->mask.ethtype) in fill_default_mask()
1071 fs->mask.ethtype |= ~0; in fill_default_mask()
1219 ntuple_mask |= (u64)fs->mask.ethtype << tp->ethertype_shift; in is_filter_exact_match()
1280 if (tp->ethertype_shift >= 0 && fs->mask.ethtype) in hash_filter_ntuple()
1281 ntuple |= (u64)(fs->val.ethtype) << tp->ethertype_shift; in hash_filter_ntuple()
H A Dcxgb4_tc_flower.c195 fs->val.ethtype = ethtype_key; in cxgb4_process_flow_match()
196 fs->mask.ethtype = ethtype_mask; in cxgb4_process_flow_match()
295 if (fs->val.ethtype == ETH_P_8021Q) { in cxgb4_process_flow_match()
296 fs->val.ethtype = 0; in cxgb4_process_flow_match()
297 fs->mask.ethtype = 0; in cxgb4_process_flow_match()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_cmd.c657 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[0].ethtype); in mlx5dr_cmd_set_fte()
663 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[1].ethtype); in mlx5dr_cmd_set_fte()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_cmd.c657 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[0].ethtype); in mlx5dr_cmd_set_fte()
663 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[1].ethtype); in mlx5dr_cmd_set_fte()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_cmd.c657 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[0].ethtype); in mlx5dr_cmd_set_fte()
663 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[1].ethtype); in mlx5dr_cmd_set_fte()

12345