Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/ !
H A Dcontent_filter.h556 extern struct m_tag *cfil_dgram_get_socket_state(struct mbuf *m, uint32_t *state_change_cnt,
H A Dcontent_filter.c6722 cfil_dgram_get_socket_state(struct mbuf *m, uint32_t *state_change_cnt, uint32_t *options, in cfil_dgram_get_socket_state() function
/xnu-8020.101.4/bsd/netinet6/ !
H A Dudp6_output.c225 cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, NULL, &cfil_faddr, NULL); in udp6_output()
H A Dudp6_usrreq.c1064 cfil_tag = cfil_dgram_get_socket_state(m, NULL, NULL, &cfil_faddr, NULL); in udp6_send()
H A Draw_ip6.c393 …cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in rip6_output()
/xnu-8020.101.4/bsd/netinet/ !
H A Draw_ip.c377 …cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in rip_output()
H A Dudp_usrreq.c1528 …cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in udp_output()
H A Dflow_divert.c3677 cfil_tag = cfil_dgram_get_socket_state(data, NULL, NULL, &cfil_faddr, NULL); in flow_divert_data_out()