Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dcontent_filter.c791 static int32_t cfil_sock_udp_data_pending(struct sockbuf *, bool);
5451 return cfil_sock_udp_data_pending(sb, FALSE); in cfil_sock_data_pending()
5493 return cfil_sock_udp_data_pending(sb, TRUE); in cfil_sock_data_space()
6288 cfil_sock_udp_data_pending(struct sockbuf *sb, bool check_thread) in cfil_sock_udp_data_pending() function