Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c212 if (INP_NO_EXPENSIVE(in6p)) { in udp6_output()
743 (INP_NO_CELLULAR(in6p) || INP_NO_EXPENSIVE(in6p) || INP_NO_CONSTRAINED(in6p))) { in udp6_output()
H A Draw_ip6.c492 if (INP_NO_EXPENSIVE(in6p)) { in rip6_output()
891 (INP_NO_CELLULAR(in6p) || INP_NO_EXPENSIVE(in6p) || INP_NO_CONSTRAINED(in6p))) { in rip6_output()
H A Din6_src.c765 if (INP_NO_EXPENSIVE(inp)) { in in6_selectsrc()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_syncookie.c356 tra.noexpensive = INP_NO_EXPENSIVE(inp) ? 1 : 0; in syncookie_respond()
H A Draw_ip.c498 if (INP_NO_EXPENSIVE(inp)) { in rip_output()
736 (INP_NO_CELLULAR(inp) || INP_NO_EXPENSIVE(inp) || INP_NO_CONSTRAINED(inp))) { in rip_output()
H A Din_pcb.h765 #define INP_NO_EXPENSIVE(_inp) \ macro
H A Dudp_usrreq.c1726 if (INP_NO_EXPENSIVE(inp)) { in udp_output()
2224 (INP_NO_CELLULAR(inp) || INP_NO_EXPENSIVE(inp) || INP_NO_CONSTRAINED(inp))) { in udp_output()
H A Dtcp_output.c3571 if (INP_NO_EXPENSIVE(inp)) { in tcp_ip_output()
3848 (INP_NO_CELLULAR(inp) || INP_NO_EXPENSIVE(inp) || INP_NO_CONSTRAINED(inp))) { in tcp_ip_output()
H A Din_pcb.c4031 if (IFNET_IS_EXPENSIVE(ifp) && INP_NO_EXPENSIVE(inp)) { in _inp_restricted_recv()
4118 if (IFNET_IS_EXPENSIVE(ifp) && INP_NO_EXPENSIVE(inp)) { in _inp_restricted_send()
H A Dtcp_timer.c997 tra.noexpensive = INP_NO_EXPENSIVE(inp) ? 1 : 0; in tcp_send_keep_alive()
H A Dflow_divert.c705 if (INP_NO_EXPENSIVE(inp)) { in flow_divert_check_no_expensive()
H A Dtcp_input.c2265 head_noexpensive = INP_NO_EXPENSIVE(oinp); in tcp_create_server_socket()
/xnu-12377.41.6/bsd/net/
H A Dnecp.c10059 if (INP_NO_EXPENSIVE(inp)) { in necp_socket_fillout_info_locked()