Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dcontent_filter.c564 #define IS_INP_V6(inp) (inp && (inp->inp_vflag & INP_IPV6)) macro
593 …(inp && ((IS_INP_V6(inp) && IN6_IS_ADDR_LOOPBACK(&inp->in6p_faddr)) || (ntohl(inp->inp_faddr.s_add…
3150 cfil_fill_event_msg_addresses(hash_entry_ptr, inp, src, dst, !IS_INP_V6(inp), outgoing); in cfil_dispatch_closed_event_sign()
3304 !IS_INP_V6(inp), conn_dir == CFS_CONNECTION_DIR_OUT); in cfil_dispatch_attach_event()
3551 src, dst, !IS_INP_V6(inp), outgoing); in cfil_dispatch_closed_event()
3787 if ((!outgoing && !IS_INP_V6(inp)) || in cfil_dispatch_data_event()
3800 !IS_INP_V6(inp), outgoing); in cfil_dispatch_data_event()
7097 src, dst, !IS_INP_V6(inp), outgoing); in cfil_stats_collect_flow_stats_for_filter()