Searched defs:src_port (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c276 in_port_t src_port; local
461 in_port_t src_port; local
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c791 unsigned short src_port = src_addr->sin_port; local
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c939 static int remove_path_from_cdg(cdg_node_t ** cdg_root, osm_port_t * src_port, argument
1884 osm_port_t *src_port = NULL, *dest_port = NULL; local
783 update_channel_dep_graph(cdg_node_t ** cdg_root, osm_port_t * src_port, uint16_t slid, osm_port_t * dest_port, uint16_t dlid) argument
2723 osm_port_t *src_port, *dest_port; local
[all...]
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c2486 u16 etype, src_port, dst_port; local
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1399 uint16_t src_port, dst_port; /* NOTE: host format */ local
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c98 __be16 src_port; member in struct:mlx4_en_filter
201 filter_hash_bucket(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, __be16 src_port, __be16 dst_port) argument
217 mlx4_en_filter_alloc(struct mlx4_en_priv *priv, int rxq_index, __be32 src_ip, __be32 dst_ip, u8 ip_proto, __be16 src_port, __be16 dst_port, u32 flow_id) argument
264 mlx4_en_filter_find(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, u8 ip_proto, __be16 src_port, __be16 dst_port) argument
298 __be16 src_port; local
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c295 u_short src_port; member in struct:alias_link
425 StartPointOut(struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type) argument
725 FindNewPortGroup(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, u_short port_count, u_char proto, u_char align) argument
927 AddLink(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1063 ReLink(struct alias_link *old_lnk, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1092 _FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1141 FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1262 u_short src_port; local
1532 FindUdpTcpOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, u_char proto, int create) argument
1667 FindRtspOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short alias_port, u_char proto) argument
2268 LibAliasRedirectPort(struct libalias *la, struct in_addr src_addr, u_short src_port, struct in_addr dst_addr, u_short dst_port, struct in_addr alias_addr, u_short alias_port, u_char proto) argument
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dvirtchnl.h601 __be16 src_port; member in struct:virtchnl_l4_spec
/freebsd-11-stable/sys/netinet/
H A Dsctp.h49 uint16_t src_port; /* source port */ member in struct:sctphdr
H A Dip_fw.h683 uint16_t src_port; member in struct:ipfw_flow_id
H A Dsctp_output.c3971 sctp_lowlevel_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, struct sockaddr *to, struct mbuf *m, uint32_t auth_offset, struct sctp_auth_chunk *auth, uint16_t auth_keyid, int nofragment_flag, int ecn_ok, int out_of_asoc_ok, uint16_t src_port, uint16_t dest_port, uint32_t v_tag, uint16_t port, union sctp_sockstore *over_addr, uint8_t mflowtype, uint32_t mflowid, int so_locked SCTP_UNUSED ) argument
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Dpxe.h434 UDP_PORT_t src_port; /* source udp port */ member in struct:__anon162
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h880 __be16 src_port; member in struct:ib_uverbs_flow_tcp_udp_filter
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h910 __u16 src_port; member in struct:ibv_kern_tcp_udp_filter
H A Dverbs.h1307 uint16_t src_port; member in struct:ibv_flow_tcp_udp_filter
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.h401 uint16_t src_port; member in struct:_q80_config_lro_flow
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1209 __be16 src_port; member in struct:mlx4_spec_tcp_udp
1312 __be16 src_port; member in struct:mlx4_net_trans_rule_hw_tcp_udp
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1712 __be16 src_port; member in struct:ib_flow_tcp_udp_filter
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h2050 uint32_t src_port; member in struct:mbx_lowlevel_test_loopback_mode::__anon7450::__anon7451
2068 uint8_t src_port; member in struct:mbx_lowlevel_set_loopback_mode::__anon7453::__anon7454
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_type.h3513 __be16 src_port; member in struct:ixgbe_atr_input::__anon4684
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h18319 uint16_t src_port; /* big endian */ member in struct:hwrm_cfa_ntuple_filter_alloc_input
18782 uint16_t src_port; /* big endian */ member in struct:hwrm_cfa_em_flow_alloc_input
19864 uint16_t src_port; /* big endian */ member in struct:hwrm_cfa_decap_filter_alloc_input
[all...]
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2690 __be16 src_port; member in struct:fw_foiscsi_ctrl_wr::fw_foiscsi_conn_attr

Completed in 726 milliseconds