Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dcontent_filter.h550 extern int cfil_sock_data_space(struct sockbuf *sb);
H A Dcontent_filter.c5352 cfil_sock_data_space(struct sockbuf *sb) in cfil_sock_data_space() function
/xnu-8020.101.4/bsd/kern/
H A Duipc_socket2.c2273 pending = cfil_sock_data_space(sb); in sbspace()
/xnu-8020.101.4/bsd/netinet/
H A Dtcp_subr.c3367 pending = cfil_sock_data_space(sb); in tcp_sbspace()
H A Dmptcp_subr.c6075 pending = cfil_sock_data_space(sb); in mptcp_sbspace()