Searched refs:cfil_dgram_get_socket_state (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | content_filter.h | 561 extern struct m_tag *cfil_dgram_get_socket_state(struct mbuf *m, uint32_t *state_change_cnt,
|
| H A D | content_filter.c | 7154 cfil_dgram_get_socket_state(struct mbuf *m, uint32_t *state_change_cnt, uint32_t *options, in cfil_dgram_get_socket_state() function
|
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | udp6_output.c | 231 cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, NULL, &cfil_faddr, NULL); in udp6_output()
|
| H A D | raw_ip6.c | 405 …cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in rip6_output()
|
| H A D | udp6_usrreq.c | 1141 cfil_tag = cfil_dgram_get_socket_state(m, NULL, NULL, &cfil_faddr, NULL); in udp6_send()
|
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | raw_ip.c | 412 …cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in rip_output()
|
| H A D | udp_usrreq.c | 1589 …cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in udp_output()
|
| H A D | flow_divert.c | 4014 cfil_tag = cfil_dgram_get_socket_state(data, NULL, NULL, &cfil_faddr, NULL); in flow_divert_data_out()
|