Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.h555 extern int cfil_sock_data_space(struct sockbuf *sb);
H A Dcontent_filter.c5732 cfil_sock_data_space(struct sockbuf *sb) in cfil_sock_data_space() function
/xnu-11215.1.10/bsd/kern/
H A Duipc_socket2.c2338 pending = cfil_sock_data_space(sb); in sbspace()
/xnu-11215.1.10/bsd/netinet/
H A Dtcp_subr.c3385 pending = cfil_sock_data_space(sb); in tcp_sbspace()
H A Dmptcp_subr.c5927 pending = cfil_sock_data_space(sb); in mptcp_sbspace()