Searched refs:is_input (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/ ! |
| H A D | fsw_var.h | 98 extern boolean_t fsw_should_drop_packet(boolean_t is_input, sa_family_t af,
|
| /xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/flow/ ! |
| H A D | flow_agg.c | 189 _pkt_agg_log(struct __kern_packet *pkt, struct proc *p, bool is_input) in _pkt_agg_log() argument 196 if (!is_input) { in _pkt_agg_log() 201 sk_proc_name_address(p), sk_proc_pid(p), is_input ? "s":"d", in _pkt_agg_log() 205 is_input ? "s":"d", pkt->pkt_csum_flags, in _pkt_agg_log() 209 if (!is_input) { in _pkt_agg_log()
|
| /xnu-8020.121.3/bsd/net/ ! |
| H A D | if_bridge.c | 6146 boolean_t is_input = FALSE; 6148 dst_if = bridge_mac_nat_input(sc, data, &is_input); 6156 if (is_input) { 8484 boolean_t *is_input) 8494 *is_input = FALSE; 8526 *is_input = (mne->mne_bif == sc->sc_mac_nat_bif);
|