Searched refs:is_input (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.81.2/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-8792.81.2/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 207 _pkt_agg_log(struct __kern_packet *pkt, struct proc *p, bool is_input) in _pkt_agg_log() argument 214 if (!is_input) { in _pkt_agg_log() 219 sk_proc_name_address(p), sk_proc_pid(p), is_input ? "s":"d", in _pkt_agg_log() 223 is_input ? "s":"d", pkt->pkt_csum_flags, in _pkt_agg_log() 227 if (!is_input) { in _pkt_agg_log()
|
| /xnu-8792.81.2/bsd/net/ |
| H A D | if_bridge.c | 6206 boolean_t is_input = FALSE; 6208 dst_if = bridge_mac_nat_input(sc, data, &is_input); 6216 if (is_input) { 8544 boolean_t *is_input) 8554 *is_input = FALSE; 8586 *is_input = (mne->mne_bif == sc->sc_mac_nat_bif);
|