Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dcontent_filter.h548 extern int cfil_sock_data_space(struct sockbuf *sb);
H A Dcontent_filter.c5664 cfil_sock_data_space(struct sockbuf *sb) in cfil_sock_data_space() function
/xnu-10002.41.9/bsd/kern/
H A Duipc_socket2.c2295 pending = cfil_sock_data_space(sb); in sbspace()
/xnu-10002.41.9/bsd/netinet/
H A Dtcp_subr.c3401 pending = cfil_sock_data_space(sb); in tcp_sbspace()
H A Dmptcp_subr.c5921 pending = cfil_sock_data_space(sb); in mptcp_sbspace()