Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h142 __be32 pred_flags; member
/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c457 newtp->pred_flags = 0; in tcp_create_openreq_child()
Dtcp_input.c3375 tp->pred_flags = 0; in tcp_ack_update_window()
4356 tp->pred_flags = 0; in tcp_data_queue_ofo()
4884 tp->pred_flags = 0; in tcp_prune_queue()
5055 tp->pred_flags = 0; in tcp_check_urg()
5261 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags && in tcp_rcv_established()
5455 tp->pred_flags = 0; in tcp_finish_connect()
Dtcp_output.c303 tp->pred_flags = 0; in tcp_select_window()
/linux-4.4.14/include/net/
Dtcp.h636 tp->pred_flags = htonl((tp->tcp_header_len << 26) | in __tcp_fast_path_on()