Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dtcp.h302 __be32 pred_flags; member
/linux-2.6.39/net/ipv4/
Dtcp_minisocks.c461 newtp->pred_flags = 0; in tcp_create_openreq_child()
Dtcp_input.c3459 tp->pred_flags = 0; in tcp_ack_update_window()
4489 tp->pred_flags = 0; in tcp_data_queue()
4828 tp->pred_flags = 0; in tcp_prune_queue()
5025 tp->pred_flags = 0; in tcp_check_urg()
5264 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags && in tcp_rcv_established()
5599 tp->pred_flags = 0; in tcp_rcv_synsent_state_process()
Dtcp_output.c292 tp->pred_flags = 0; in tcp_select_window()
/linux-2.6.39/include/net/
Dtcp.h525 tp->pred_flags = htonl((tp->tcp_header_len << 26) | in __tcp_fast_path_on()