Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dpf.c3522 union pf_state_xport *nxport, struct pf_src_node **sn in pf_get_sport() argument
3547 if (!nxport) { in pf_get_sport()
3554 nxport->port = sxport->port; in pf_get_sport()
3592 nxport->port = sk->gwy.xport.port; in pf_get_sport()
3627 nxport->port = sk->gwy.xport.port; in pf_get_sport()
3669 key.gwy.xport = *nxport; in pf_get_sport()
3674 NETNS_AF_SIZE(af), proto, nxport->port, in pf_get_sport()
3690 nxport->port = htons(low); in pf_get_sport()
3713 nxport->port = htons(tmp); in pf_get_sport()
3727 nxport->port = htons(tmp); in pf_get_sport()
[all …]
/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c4412 nx_port_foreach(nx, ^(nexus_port_t nxport) { in fsw_defunct_rx_stall_channel()
4413 struct nexus_adapter *na = nx_port_get_na(nx, nxport); in fsw_defunct_rx_stall_channel()