Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c852 uint32_t flags, int *ret, boolean_t rx) in nx_upipe_na_txsync_locked() argument
854 #pragma unused(p, flags, rx) in nx_upipe_na_txsync_locked()
870 txkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
876 rxkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
917 (rx ? " (lost race, ok)" : "")); in nx_upipe_na_txsync_locked()
976 txkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
982 rxkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
/xnu-8020.140.41/bsd/skywalk/nexus/netif/
H A Dnx_netif.c436 skn_free_type_array(rx, struct nx_netif_mit, in nx_netif_prov_nx_stop()
3482 void (*rx)(struct nexus_adapter *, struct __kern_packet *,
3504 hwna->na_rx = rx;
3516 void (*rx)(struct nexus_adapter *, struct __kern_packet *,
3519 return netif_hwna_config_mode(hwna, mode, rx, TRUE);
H A Dnx_netif_compat.c699 skn_free_type_array(rx, struct nx_netif_mit, in nx_netif_compat_na_activate()
/xnu-8020.140.41/bsd/net/
H A Dpf.c2923 pf_match_xport(u_int8_t proto, u_int8_t proto_variant, union pf_rule_xport *rx, in pf_match_xport() argument
2932 d = (rx->call_id == sx->call_id); in pf_match_xport()
2937 d = (rx->spi == sx->spi); in pf_match_xport()
2944 if (rx->range.op) { in pf_match_xport()
2945 d = pf_match_port(rx->range.op, in pf_match_xport()
2946 rx->range.port[0], rx->range.port[1], in pf_match_xport()