| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | vxlan.c | 49 u16 udp_port; member 82 if (vxlanp->udp_port == port) { in mlx5_vxlan_lookup_port() 96 if (vxlanp->udp_port == port) in vxlan_lookup_port() 109 vxlanp->udp_port = port; in mlx5_vxlan_add_port() 192 if (vxlanp->udp_port == IANA_VXLAN_UDP_PORT) in mlx5_vxlan_reset_to_default() 194 mlx5_vxlan_del_port(vxlan, vxlanp->udp_port); in mlx5_vxlan_reset_to_default()
|
| /linux-6.15/net/sctp/ |
| H A D | sysctl.c | 315 .data = &init_net.sctp.udp_port, 533 struct net *net = container_of(ctl->data, struct net, sctp.udp_port); in proc_sctp_do_udp_port() 545 tbl.data = &net->sctp.udp_port; in proc_sctp_do_udp_port() 555 net->sctp.udp_port = new_value; in proc_sctp_do_udp_port() 560 net->sctp.udp_port = 0; in proc_sctp_do_udp_port() 565 sctp_sk(sk)->udp_port = htons(net->sctp.udp_port); in proc_sctp_do_udp_port()
|
| H A D | protocol.c | 888 udp_conf.local_udp_port = htons(net->sctp.udp_port); in sctp_udp_sock_start() 906 udp_conf.local_udp_port = htons(net->sctp.udp_port); in sctp_udp_sock_start() 1089 if (!t->encap_port || !sctp_sk(sk)->udp_port) { in sctp_v4_xmit() 1106 sctp_sk(sk)->udp_port, t->encap_port, false, false); in sctp_v4_xmit() 1395 net->sctp.udp_port = 0; in sctp_defaults_init()
|
| H A D | ipv6.c | 243 if (!t->encap_port || !sctp_sk(sk)->udp_port) { in sctp_v6_xmit() 266 label, sctp_sk(sk)->udp_port, t->encap_port, false); in sctp_v6_xmit()
|
| H A D | socket.c | 5026 sp->udp_port = htons(net->sctp.udp_port); in sctp_init_sock()
|
| /linux-6.15/fs/lockd/ |
| H A D | svc.c | 180 ln->udp_port ? ln->udp_port : nlm_udpport, cred); in create_lockd_family() 774 ln->udp_port = nla_get_u16(attr); in lockd_nl_server_set_doit() 776 nlm_udpport = ln->udp_port; in lockd_nl_server_set_doit() 808 nla_put_u16(skb, LOCKD_A_SERVER_UDP_PORT, ln->udp_port); in lockd_nl_server_get_doit()
|
| H A D | netns.h | 15 u16 udp_port; member
|
| /linux-6.15/include/net/netns/ |
| H A D | sctp.h | 32 int udp_port; member
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_parser.h | 508 int ice_parser_vxlan_tunnel_set(struct ice_parser *psr, u16 udp_port, bool on); 509 int ice_parser_geneve_tunnel_set(struct ice_parser *psr, u16 udp_port, bool on); 510 int ice_parser_ecpri_tunnel_set(struct ice_parser *psr, u16 udp_port, bool on);
|
| H A D | ice_parser.c | 2215 u16 udp_port, bool on) in ice_tunnel_port_set() argument 2217 u8 *buf = (u8 *)&udp_port; in ice_tunnel_port_set() 2272 u16 udp_port, bool on) in ice_parser_vxlan_tunnel_set() argument 2274 return ice_tunnel_port_set(psr, ICE_LBL_BST_TYPE_VXLAN, udp_port, on); in ice_parser_vxlan_tunnel_set() 2286 u16 udp_port, bool on) in ice_parser_geneve_tunnel_set() argument 2288 return ice_tunnel_port_set(psr, ICE_LBL_BST_TYPE_GENEVE, udp_port, on); in ice_parser_geneve_tunnel_set() 2300 u16 udp_port, bool on) in ice_parser_ecpri_tunnel_set() argument 2303 udp_port, on); in ice_parser_ecpri_tunnel_set()
|
| H A D | ice_virtchnl_fdir.c | 838 u16 pkt_len, udp_port = 0; in ice_vc_fdir_parse_raw() local 868 if (ice_get_open_tunnel_port(hw, &udp_port, TNL_VXLAN)) in ice_vc_fdir_parse_raw() 869 ice_parser_vxlan_tunnel_set(psr, udp_port, true); in ice_vc_fdir_parse_raw()
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq_cmd.h | 2234 __le16 udp_port; member 2245 __le16 udp_port; member 2264 __le16 udp_port; member
|
| H A D | i40e_prototype.h | 227 u16 udp_port, u8 protocol_index,
|
| H A D | i40e_common.c | 3282 u16 udp_port, u8 protocol_index, in i40e_aq_add_udp_tunnel() argument 3295 cmd->udp_port = cpu_to_le16(udp_port); in i40e_aq_add_udp_tunnel()
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils.h | 198 u32 udp_port; member
|
| /linux-6.15/include/net/sctp/ |
| H A D | sctp.h | 580 if (sp->udp_port && (!t || t->encap_port)) in __sctp_mtu_payload()
|
| H A D | structs.h | 182 __be16 udp_port; member
|
| /linux-6.15/include/linux/mlx4/ |
| H A D | device.h | 1516 int mlx4_config_vxlan_port(struct mlx4_dev *dev, __be16 udp_port); 1518 int mlx4_config_roce_v2_port(struct mlx4_dev *dev, u16 udp_port);
|
| /linux-6.15/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_tgec.c | 95 u32 udp_port; /* 0x068 Defines a UDP Port number */ member
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | fw.c | 2515 int mlx4_config_vxlan_port(struct mlx4_dev *dev, __be16 udp_port) in mlx4_config_vxlan_port() argument 2521 config_dev.vxlan_udp_dport = udp_port; in mlx4_config_vxlan_port() 2541 int mlx4_config_roce_v2_port(struct mlx4_dev *dev, u16 udp_port) in mlx4_config_roce_v2_port() argument 2547 config_dev.roce_v2_udp_dport = cpu_to_be16(udp_port); in mlx4_config_roce_v2_port()
|
| /linux-6.15/drivers/scsi/bfa/ |
| H A D | bfa_defs_svc.h | 1035 u16 udp_port; member
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 50 module_param_named(udp_port, vxlan_port, ushort, 0444); 51 MODULE_PARM_DESC(udp_port, "Destination UDP port");
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 13690 __be16 udp_port = uh->dest; in bnxt_udp_tunl_check() local 13692 if (udp_port != bp->vxlan_port && udp_port != bp->nge_port && in bnxt_udp_tunl_check() 13693 udp_port != bp->vxlan_gpe_port) in bnxt_udp_tunl_check()
|
| /linux-6.15/Documentation/networking/ |
| H A D | ip-sysctl.rst | 3226 udp_port - INTEGER
|