Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c849 uint32_t flags, int *ret, boolean_t rx) in nx_upipe_na_txsync_locked() argument
851 #pragma unused(p, flags, rx) in nx_upipe_na_txsync_locked()
867 txkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
873 rxkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
914 (rx ? " (lost race, ok)" : "")); in nx_upipe_na_txsync_locked()
973 txkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
979 rxkring->ckr_rtail, rx ? "*" : ""); in nx_upipe_na_txsync_locked()
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.c462 skn_free_type_array(rx, struct nx_netif_mit, in nx_netif_prov_nx_stop()
3772 void (*rx)(struct nexus_adapter *, struct __kern_packet *,
3794 hwna->na_rx = rx;
3806 void (*rx)(struct nexus_adapter *, struct __kern_packet *,
3809 return netif_hwna_config_mode(hwna, mode, rx, TRUE);
H A Dnx_netif_compat.c700 skn_free_type_array(rx, struct nx_netif_mit, in nx_netif_compat_na_activate()
/xnu-8792.41.9/bsd/net/
H A Dpf.c2980 pf_match_xport(u_int8_t proto, u_int8_t proto_variant, union pf_rule_xport *rx, in pf_match_xport() argument
2989 d = (rx->call_id == sx->call_id); in pf_match_xport()
2994 d = (rx->spi == sx->spi); in pf_match_xport()
3001 if (rx->range.op) { in pf_match_xport()
3002 d = pf_match_port(rx->range.op, in pf_match_xport()
3003 rx->range.port[0], rx->range.port[1], in pf_match_xport()