Home
last modified time | relevance | path

Searched refs:nxport (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf.c3525 union pf_state_xport *nxport, struct pf_src_node **sn in pf_get_sport() argument
3550 if (!nxport) { in pf_get_sport()
3557 nxport->port = sxport->port; in pf_get_sport()
3595 nxport->port = sk->gwy.xport.port; in pf_get_sport()
3630 nxport->port = sk->gwy.xport.port; in pf_get_sport()
3672 key.gwy.xport = *nxport; in pf_get_sport()
3677 NETNS_AF_SIZE(af), proto, nxport->port, in pf_get_sport()
3693 nxport->port = htons(low); in pf_get_sport()
3716 nxport->port = htons(tmp); in pf_get_sport()
3730 nxport->port = htons(tmp); in pf_get_sport()
[all …]
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c4566 nx_port_foreach(nx, ^(nexus_port_t nxport) { in fsw_defunct_rx_stall_channel()
4567 struct nexus_adapter *na = nx_port_get_na(nx, nxport); in fsw_defunct_rx_stall_channel()