Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dcontent_filter.c793 static int32_t cfil_sock_udp_data_pending(struct sockbuf *, bool);
5433 return cfil_sock_udp_data_pending(sb, FALSE); in cfil_sock_data_pending()
5475 return cfil_sock_udp_data_pending(sb, TRUE); in cfil_sock_data_space()
6270 cfil_sock_udp_data_pending(struct sockbuf *sb, bool check_thread) in cfil_sock_udp_data_pending() function