Searched refs:cwr (Results 1 – 9 of 9) sorted by relevance
57 skb->h.th->cwr = 1; in TCP_ECN_send()73 if (skb->h.th->cwr) in TCP_ECN_accept_cwr()100 if ((tp->ecn_flags&TCP_ECN_OK) && (!th->ece || th->cwr)) in TCP_ECN_rcv_synack()107 if ((tp->ecn_flags&TCP_ECN_OK) && (!th->ece || !th->cwr)) in TCP_ECN_rcv_syn()128 if (sysctl_tcp_ecn && th->ece && th->cwr) in TCP_ECN_create_request()
88 && tcph->cwr != einfo->proto.tcp.cwr) { in set_ect_tcp()89 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
46 if (tcph->cwr == 1) in match_tcp()49 if (tcph->cwr == 0) in match_tcp()
109 if (tcph->cwr) in dump_packet()
38 cwr:1; member42 cwr:1, member
26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */ member
236 if (tcph->cwr) in dump_packet()
490 sctp_cwrhdr_t cwr; in sctp_make_cwr() local492 cwr.lowest_tsn = htonl(lowest_tsn); in sctp_make_cwr()500 sctp_addto_chunk(retval, sizeof(cwr), &cwr); in sctp_make_cwr()
2509 sctp_cwrhdr_t *cwr; in sctp_sf_do_ecn_cwr() local2519 cwr = (sctp_cwrhdr_t *) chunk->skb->data; in sctp_sf_do_ecn_cwr()2522 cwr->lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()2525 if (TSN_lte(asoc->last_ecne_tsn, cwr->lowest_tsn)) { in sctp_sf_do_ecn_cwr()2529 SCTP_U32(cwr->lowest_tsn)); in sctp_sf_do_ecn_cwr()