Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/
H A Dcontent_filter.h542 extern int cfil_sock_data_space(struct sockbuf *sb);
H A Dcontent_filter.c5469 cfil_sock_data_space(struct sockbuf *sb) in cfil_sock_data_space() function
/xnu-8792.81.2/bsd/kern/
H A Duipc_socket2.c2284 pending = cfil_sock_data_space(sb); in sbspace()
/xnu-8792.81.2/bsd/netinet/
H A Dtcp_subr.c3384 pending = cfil_sock_data_space(sb); in tcp_sbspace()
H A Dmptcp_subr.c5910 pending = cfil_sock_data_space(sb); in mptcp_sbspace()