Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dcontent_filter.c794 static int32_t cfil_sock_udp_data_pending(struct sockbuf *, bool);
5378 return cfil_sock_udp_data_pending(sb, FALSE); in cfil_sock_data_pending()
5420 return cfil_sock_udp_data_pending(sb, TRUE); in cfil_sock_data_space()
6204 cfil_sock_udp_data_pending(struct sockbuf *sb, bool check_thread) in cfil_sock_udp_data_pending() function