Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dcontent_filter.h511 #define CFIL_DGRAM_FILTERED(so) ((so->so_flags & SOF_CONTENT_FILTER) && (so->so_flow_db != NULL)) macro
/xnu-8796.121.2/bsd/netinet/
H A Draw_ip.c265 && (!CFIL_DGRAM_FILTERED(last->inp_socket)) in rip_input()
320 && (!CFIL_DGRAM_FILTERED(last->inp_socket)) in rip_input()
387 if (CFIL_DGRAM_FILTERED(so) && dst == INADDR_ANY) { in rip_output()
H A Dip_icmp.c1227 if (CFIL_DGRAM_FILTERED(so) && nam == NULL) { in icmp_dgram_send()
H A Dudp_usrreq.c1539 if (CFIL_DGRAM_FILTERED(so) && !addr) { in udp_output()
H A Dflow_divert.c3830 if (to == NULL && CFIL_DGRAM_FILTERED(so)) { in flow_divert_data_out()
/xnu-8796.121.2/bsd/netinet6/
H A Dudp6_output.c224 if (CFIL_DGRAM_FILTERED(so) && !addr6) { in udp6_output()
H A Draw_ip6.c402 if (CFIL_DGRAM_FILTERED(so) && !dstsock) { in rip6_output()
H A Dudp6_usrreq.c1108 if (CFIL_DGRAM_FILTERED(so) && !addr && IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_faddr)) { in udp6_send()