Home
last modified time | relevance | path

Searched refs:udp_sport (Results 1 – 10 of 10) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dudp.d45 uint16_t udp_sport; /* source port */ member
69 udp_sport = p == NULL ? 0 : ntohs(p->uh_sport);
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dudp52 this->lport = this->recv ? args[4]->udp_dport : args[4]->udp_sport;
53 this->rport = this->recv ? args[4]->udp_sport : args[4]->udp_dport;
/freebsd/share/dtrace/
H A Dudptrack39 args[4]->udp_sport);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_ah.c49 ah->av.udp_sport = in create_ib_ah()
H A Dmlx5_ib_main.c1992 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_c, udp_sport, in parse_flow_attr()
1994 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_v, udp_sport, in parse_flow_attr()
H A Dmlx5_ib_qp.c2356 path->udp_sport = mlx5_get_roce_udp_sport(dev, port, in mlx5_set_path()
/freebsd/sys/dev/mlx5/
H A Dqp.h284 __be16 udp_sport;
504 __be16 udp_sport;
275 __be16 udp_sport; global() member
495 __be16 udp_sport; global() member
H A Dmlx5_ifc.h612 u8 udp_sport[0x10]; member
878 u8 udp_sport[0x10]; member
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c731 MLX5_SET(qpc, qpc, primary_address_path.udp_sport, in mlx5_fpga_conn_rtr_qp()
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c1071 spec->match_criteria, udp_sport); in setup_fte_upper_proto_match()