Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/netfilter/
Dipt_ECN.c61 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp()
72 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
/linux-3.4.99/net/netfilter/
Dxt_ecn.c55 if (th->cwr == 1) in match_tcp()
58 if (th->cwr == 0) in match_tcp()
Dxt_LOG.c105 if (th->cwr) in dump_tcp_header()
/linux-3.4.99/include/linux/netfilter_ipv4/
Dipt_ECN.h28 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/linux-3.4.99/include/linux/
Dtcp.h39 cwr:1; member
43 cwr:1, member
/linux-3.4.99/net/sctp/
Dsm_make_chunk.c641 sctp_cwrhdr_t cwr; in sctp_make_cwr() local
643 cwr.lowest_tsn = htonl(lowest_tsn); in sctp_make_cwr()
651 sctp_addto_chunk(retval, sizeof(cwr), &cwr); in sctp_make_cwr()
Dsm_statefuns.c2773 sctp_cwrhdr_t *cwr; in sctp_sf_do_ecn_cwr() local
2784 cwr = (sctp_cwrhdr_t *) chunk->skb->data; in sctp_sf_do_ecn_cwr()
2787 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
/linux-3.4.99/net/ipv4/
Dinet_lro.c67 if (tcph->cwr || tcph->ece || tcph->urg || !tcph->ack || in lro_tcp_ip_check()
Dtcp.c2754 th->cwr = 0; in tcp_tso_segment()
2876 if (th->cwr) in tcp_gro_complete()
Dtcp_input.c216 if (tcp_hdr(skb)->cwr) in TCP_ECN_accept_cwr()
249 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in TCP_ECN_rcv_synack()
255 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in TCP_ECN_rcv_syn()
Dtcp_output.c339 tcp_hdr(skb)->cwr = 1; in TCP_ECN_send()
/linux-3.4.99/include/net/
Dtcp.h373 if (sysctl_tcp_ecn && th->ece && th->cwr) in TCP_ECN_create_request()
/linux-3.4.99/drivers/net/ethernet/neterion/
Ds2io.c8416 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()