Searched refs:cfil_tag (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.101.15/bsd/netinet6/ |
| H A D | udp6_usrreq.c | 1156 struct m_tag *__single cfil_tag = NULL; in udp6_send() local 1169 cfil_tag = cfil_dgram_get_socket_state(m, NULL, NULL, &cfil_faddr, NULL); in udp6_send() 1170 if (cfil_tag) { in udp6_send() 1217 if (cfil_tag) { in udp6_send() 1218 m_tag_free(cfil_tag); in udp6_send() 1232 if (cfil_tag) { in udp6_send() 1233 m_tag_free(cfil_tag); in udp6_send() 1254 if (cfil_tag) { in udp6_send() 1255 m_tag_free(cfil_tag); in udp6_send() 1270 if (cfil_tag) { in udp6_send() [all …]
|
| H A D | udp6_output.c | 177 struct m_tag *__single cfil_tag = NULL; in udp6_output() local 236 cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, NULL, &cfil_faddr, NULL); in udp6_output() 237 if (cfil_tag) { in udp6_output() 767 if (cfil_tag) { in udp6_output() 768 m_tag_free(cfil_tag); in udp6_output()
|
| H A D | raw_ip6.c | 383 struct m_tag *cfil_tag = NULL; in rip6_output() local 405 …cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in rip6_output() 406 if (cfil_tag) { in rip6_output() 924 if (cfil_tag) { in rip6_output() 925 m_tag_free(cfil_tag); in rip6_output()
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | uipc_mbuf2.c | 1564 struct m_tag *cfil_tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP); in do_test_m_tag_unlink() local 1565 if (cfil_tag == NULL) { in do_test_m_tag_unlink() 1580 m_tag_unlink(m, cfil_tag); in do_test_m_tag_unlink() 1585 m_tag_free(cfil_tag); in do_test_m_tag_unlink()
|
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | raw_ip.c | 398 struct m_tag *cfil_tag = NULL; in rip_output() local 414 …cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in rip_output() 415 if (cfil_tag) { in rip_output() 435 m_tag_free(cfil_tag); in rip_output()
|
| H A D | udp_usrreq.c | 1575 struct m_tag *__single cfil_tag = NULL; in udp_output() local 1609 …cfil_tag = cfil_dgram_get_socket_state(m, &cfil_so_state_change_cnt, &cfil_so_options, &cfil_faddr… in udp_output() 1610 if (cfil_tag) { in udp_output() 2034 if (cfil_tag && (inp->inp_socket->so_options != cfil_so_options)) { in udp_output() 2225 if (cfil_tag) { in udp_output() 2226 m_tag_free(cfil_tag); in udp_output()
|
| H A D | flow_divert.c | 3972 struct m_tag *cfil_tag = NULL; in flow_divert_data_out() local 3999 cfil_tag = cfil_dgram_get_socket_state(data, NULL, NULL, &cfil_faddr, NULL); in flow_divert_data_out() 4000 if (cfil_tag) { in flow_divert_data_out() 4058 if (cfil_tag) { in flow_divert_data_out() 4059 m_tag_free(cfil_tag); in flow_divert_data_out()
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | content_filter.c | 701 struct cfil_tag { struct 2492 struct cfil_tag cfil_tag; member 2503 assert3u(len, ==, sizeof(struct cfil_tag)); in m_tag_kalloc_cfil_udp() 2505 if (len != sizeof(struct cfil_tag)) { in m_tag_kalloc_cfil_udp() 2515 M_TAG_INIT(tag, id, type, len, &tag_container->cfil_tag, NULL); in m_tag_kalloc_cfil_udp() 2534 error = m_register_internal_tag_type(KERNEL_TAG_TYPE_CFIL_UDP, sizeof(struct cfil_tag), in cfil_register_m_tag() 7170 struct cfil_tag *ctag = NULL; in cfil_dgram_save_socket_state() 7183 sizeof(struct cfil_tag), M_DONTWAIT, m); in cfil_dgram_save_socket_state() 7186 ctag = (struct cfil_tag *)(tag->m_tag_data); in cfil_dgram_save_socket_state() 7212 struct cfil_tag *ctag = NULL; in cfil_dgram_get_socket_state() [all …]
|