Home
last modified time | relevance | path

Searched refs:port0 (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/tests/skywalk/
H A Dskt_bind.c159 skt_bind_common(nexus_type_t type, nexus_port_t port0, nexus_port_t port1) in skt_bind_common() argument
165 error = sktc_bind_nexus_key(port0, key0, sizeof(key0)); in skt_bind_common()
169 error = sktc_bind_nexus_key(port0, key0, sizeof(key0)); in skt_bind_common()
188 sktc_instance_uuid, 0, port0, flow_id); in skt_bind_common()
197 port0, CHANNEL_DIR_TX_RX, CHANNEL_RING_ID_ANY, NULL, in skt_bind_common()
204 port0, CHANNEL_DIR_TX_RX, CHANNEL_RING_ID_ANY, attr0, in skt_bind_common()
235 error = sktc_bind_nexus_key(port0, key0, sizeof(key0)); in skt_bind_common()
240 sktc_instance_uuid, 0, port0, flow_id); in skt_bind_common()
246 port0, CHANNEL_DIR_TX_RX, CHANNEL_RING_ID_ANY, attr1, in skt_bind_common()
256 port0, CHANNEL_DIR_TX_RX, ringid, NULL, in skt_bind_common()
[all …]
/xnu-12377.1.9/bsd/netinet/
H A Dudp_var.h150 u_int64_t port0; member
H A Dudp_usrreq.c376 IF_UDP_STATINC(ifp, port0); in udp_input()
/xnu-12377.1.9/bsd/netinet6/
H A Dudp6_usrreq.c289 IF_UDP_STATINC(ifp, port0); in udp6_input()
/xnu-12377.1.9/bsd/net/
H A Dif.c6385 COPY_IF_PS_UDP_FIELD64_ATOMIC(port0); in if_copy_packet_stats()