Home
last modified time | relevance | path

Searched refs:source_port (Results 1 – 20 of 20) sorted by relevance

/linux/net/dsa/
H A Dtag_sja1105.c98 u64 source_port; member
120 packing(buf + 6, &meta->source_port, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack()
478 int source_port = -1, switch_id = -1, vbid = -1, vid = -1; in sja1105_rcv() local
493 source_port = hdr->h_dest[3]; in sja1105_rcv()
497 source_port = meta.source_port; in sja1105_rcv()
505 dsa_8021q_rcv(skb, &source_port, &switch_id, &vbid, &vid); in sja1105_rcv()
506 else if (source_port == -1 && switch_id == -1) in sja1105_rcv()
512 skb->dev = dsa_tag_8021q_find_user(netdev, source_port, switch_id, in sja1105_rcv()
550 u8 ts_id, source_port, di in sja1110_rcv_meta() local
569 sja1110_rcv_inband_control_extension(struct sk_buff * skb,int * source_port,int * switch_id,bool * host_only) sja1110_rcv_inband_control_extension() argument
636 int source_port = -1, switch_id = -1, vbid = -1, vid = -1; sja1110_rcv() local
[all...]
H A Dtag_xrs700x.c32 int source_port; in xrs700x_rcv() local
37 source_port = ffs((int)trailer[0]) - 1; in xrs700x_rcv()
39 if (source_port < 0) in xrs700x_rcv()
42 skb->dev = dsa_conduit_find_user(dev, 0, source_port); in xrs700x_rcv()
H A Dtag_brcm.c146 int source_port; in brcm_tag_rcv_ll() local
165 source_port = brcm_tag[3] & BRCM_EG_PID_MASK; in brcm_tag_rcv_ll()
167 skb->dev = dsa_conduit_find_user(dev, 0, source_port); in brcm_tag_rcv_ll()
257 int source_port; in brcm_leg_tag_rcv() local
265 source_port = brcm_tag[5] & BRCM_LEG_PORT_ID; in brcm_leg_tag_rcv()
267 skb->dev = dsa_conduit_find_user(dev, 0, source_port); in brcm_leg_tag_rcv()
H A Dtag_trailer.c32 int source_port; in trailer_rcv() local
42 source_port = trailer[1] & 7; in trailer_rcv()
44 skb->dev = dsa_conduit_find_user(dev, 0, source_port); in trailer_rcv()
H A Dtag_lan9303.c83 unsigned int source_port; in lan9303_rcv() local
100 source_port = lan9303_tag1 & 0x3; in lan9303_rcv()
102 skb->dev = dsa_conduit_find_user(dev, 0, source_port); in lan9303_rcv()
H A Dtag_dsa.c205 int source_device, source_port; in dsa_rcv_ll() local
257 source_port = (dsa_header[1] >> 3) & 0x1f; in dsa_rcv_ll()
267 lag = dsa_lag_by_id(cpu_dp->dst, source_port + 1); in dsa_rcv_ll()
271 source_port); in dsa_rcv_ll()
H A Dtag_8021q.h16 void dsa_8021q_rcv(struct sk_buff *skb, int *source_port, int *switch_id,
20 int source_port, int switch_id,
H A Dtag_8021q.c503 int source_port, int switch_id, in dsa_tag_8021q_find_user() argument
507 if (source_port != -1 && switch_id != -1) in dsa_tag_8021q_find_user()
508 return dsa_conduit_find_user(conduit, switch_id, source_port); in dsa_tag_8021q_find_user()
532 void dsa_8021q_rcv(struct sk_buff *skb, int *source_port, int *switch_id, in dsa_8021q_rcv() argument
577 if (tmp_vbid == 0 && *source_port == -1) in dsa_8021q_rcv()
578 *source_port = tmp_source_port; in dsa_8021q_rcv()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dlegacy.c148 MLX5_SET_TO_ONES(fte_match_param, match_criteria, misc_parameters.source_port); in esw_create_legacy_fdb_table()
271 MLX5_SET(fte_match_set_misc, misc, source_port, MLX5_VPORT_UPLINK); in _mlx5_eswitch_set_vepa_locked()
274 MLX5_SET_TO_ONES(fte_match_set_misc, misc, source_port); in _mlx5_eswitch_set_vepa_locked()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c207 misc_parameters.source_port); in mlx5_eswitch_offload_is_uplink_port()
209 misc_parameters.source_port); in mlx5_eswitch_offload_is_uplink_port()
H A Deswitch_offloads.c157 MLX5_SET(fte_match_set_misc, misc, source_port, vport); in mlx5_eswitch_set_rule_source_port()
165 MLX5_SET_TO_ONES(fte_match_set_misc, misc, source_port); in mlx5_eswitch_set_rule_source_port()
977 MLX5_SET(fte_match_set_misc, misc, source_port, vport); in mlx5_eswitch_add_send_to_vport_rule()
984 MLX5_SET_TO_ONES(fte_match_set_misc, misc, source_port); in mlx5_eswitch_add_send_to_vport_rule()
1150 MLX5_SET_TO_ONES(fte_match_set_misc, misc, source_port); in peer_miss_rules_setup()
1177 MLX5_SET(fte_match_set_misc, misc, source_port, vport); in esw_set_peer_miss_rule_source_port()
1231 MLX5_SET(fte_match_set_misc, misc, source_port, MLX5_VPORT_ECPF); in esw_add_fdb_peer_miss_rules()
1485 misc_parameters.source_port); in mlx5_esw_set_flow_group_source_port()
2127 MLX5_SET(fte_match_set_misc, misc, source_port, vport); in mlx5_esw_set_spec_source_port()
2130 MLX5_SET_TO_ONES(fte_match_set_misc, misc, source_port); in mlx5_esw_set_spec_source_port()
[all …]
H A Deswitch.c243 MLX5_SET(fte_match_set_misc, mv_misc, source_port, MLX5_VPORT_UPLINK); in __esw_fdb_set_vport_rule()
244 MLX5_SET_TO_ONES(fte_match_set_misc, mc_misc, source_port); in __esw_fdb_set_vport_rule()
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c172 PRINT_MASKED_VAL_MISC(u16, source_port, source_port, p, "%u"); in print_misc_parameters_hdrs()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_protocol_type.h420 __be16 source_port; member
/linux/include/net/
H A Damt.h247 __be16 source_port; member
/linux/net/sctp/
H A Doutput.c151 packet->source_port = sport; in sctp_packet_init()
608 sh->source = htons(packet->source_port); in sctp_packet_transmit()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste_v1.c1094 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple_v1, tag, source_port, spec, tcp_sport); in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag()
1095 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple_v1, tag, source_port, spec, udp_sport); in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag()
1836 DR_STE_SET_ONES(src_gvmi_qp_v1, bit_mask, source_gvmi, misc_mask, source_port); in dr_ste_v1_build_src_gvmi_qpn_bit_mask()
1873 vport_cap = mlx5dr_domain_get_vport_cap(vport_dmn, misc->source_port); in dr_ste_v1_build_src_gvmi_qpn_tag()
1876 misc->source_port); in dr_ste_v1_build_src_gvmi_qpn_tag()
1883 misc->source_port = 0; in dr_ste_v1_build_src_gvmi_qpn_tag()
/linux/drivers/net/
H A Damt.c598 &tunnel->ip4, ntohs(tunnel->source_port), in __amt_update_relay_status()
1104 tunnel->source_port, in amt_send_multicast_data()
1162 tunnel->source_port, in amt_send_membership_query()
2697 tunnel->source_port = udph->source; in amt_request_handler()
2719 (__force u32)tunnel->source_port, in amt_request_handler()
/linux/include/net/sctp/
H A Dstructs.h705 __u16 source_port; member
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h614 u8 source_port[0x10]; member