Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dudp6_usrreq.c1051 struct m_tag *cfil_tag = NULL; in udp6_send() local
1064 cfil_tag = cfil_dgram_get_socket_state(m, NULL, NULL, &cfil_faddr, NULL); in udp6_send()
1065 if (cfil_tag) { in udp6_send()
1112 if (cfil_tag) { in udp6_send()
1113 m_tag_free(cfil_tag); in udp6_send()
1127 if (cfil_tag) { in udp6_send()
1128 m_tag_free(cfil_tag); in udp6_send()
1144 if (cfil_tag) { in udp6_send()
1145 m_tag_free(cfil_tag); in udp6_send()
1160 if (cfil_tag) { in udp6_send()
[all …]
H A Dudp6_output.c175 struct m_tag *cfil_tag = NULL; in udp6_output() local
225 cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, NULL, &cfil_faddr, NULL); in udp6_output()
226 if (cfil_tag) { in udp6_output()
724 if (cfil_tag) { in udp6_output()
725 m_tag_free(cfil_tag); in udp6_output()
H A Draw_ip6.c372 struct m_tag *cfil_tag = NULL; in rip6_output() local
393cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in rip6_output()
394 if (cfil_tag) { in rip6_output()
898 if (cfil_tag) { in rip6_output()
899 m_tag_free(cfil_tag); in rip6_output()
/xnu-8019.80.24/bsd/netinet/
H A Draw_ip.c362 struct m_tag *cfil_tag = NULL; in rip_output() local
377cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in rip_output()
378 if (cfil_tag) { in rip_output()
397 m_tag_free(cfil_tag); in rip_output()
H A Dudp_usrreq.c1492 struct m_tag *cfil_tag = NULL; in udp_output() local
1526cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in udp_output()
1527 if (cfil_tag) { in udp_output()
1925 if (cfil_tag && (inp->inp_socket->so_options != cfil_so_options)) { in udp_output()
2112 if (cfil_tag) { in udp_output()
2113 m_tag_free(cfil_tag); in udp_output()
H A Dflow_divert.c3642 struct m_tag *cfil_tag = NULL; in flow_divert_data_out() local
3677 cfil_tag = cfil_dgram_get_socket_state(data, NULL, NULL, &cfil_faddr, NULL); in flow_divert_data_out()
3678 if (cfil_tag) { in flow_divert_data_out()
3725 if (cfil_tag) { in flow_divert_data_out()
3726 m_tag_free(cfil_tag); in flow_divert_data_out()
/xnu-8019.80.24/bsd/net/
H A Dcontent_filter.c662 struct cfil_tag { struct
6749 struct cfil_tag *ctag = NULL; in cfil_dgram_save_socket_state()
6762 sizeof(struct cfil_tag), M_DONTWAIT, m); in cfil_dgram_save_socket_state()
6765 ctag = (struct cfil_tag*)(tag + 1); in cfil_dgram_save_socket_state()
6791 struct cfil_tag *ctag = NULL; in cfil_dgram_get_socket_state()
6795 ctag = (struct cfil_tag *)(tag + 1); in cfil_dgram_get_socket_state()
6823 struct cfil_tag *ctag = NULL; in cfil_dgram_peek_socket_state()
6827 ctag = (struct cfil_tag *)(tag + 1); in cfil_dgram_peek_socket_state()