Searched refs:urg_seq (Results 1 – 6 of 6) sorted by relevance
1443 static void handle_urg_ptr(struct sock *sk, u32 urg_seq) in handle_urg_ptr() argument1447 urg_seq--; in handle_urg_ptr()1448 if (tp->urg_data && !after(urg_seq, tp->urg_seq)) in handle_urg_ptr()1452 if (tp->urg_seq == tp->copied_seq && tp->urg_data && in handle_urg_ptr()1463 tp->urg_seq = urg_seq; in handle_urg_ptr()1513 tp->urg_seq - tp->rcv_nxt < skb->len)) in chtls_recv_data()1515 skb->data[tp->urg_seq - tp->rcv_nxt]; in chtls_recv_data()1575 if (unlikely(tp->urg_data == TCP_URG_NOTYET && tp->urg_seq - in chtls_recv_pdu()1578 skb->data[tp->urg_seq - tp->rcv_nxt]; in chtls_recv_pdu()
1434 tp->urg_seq == tp->copied_seq)) { in chtls_pt_recvmsg()1521 u32 urg_offset = tp->urg_seq - tp->copied_seq; in chtls_pt_recvmsg()1547 if (tp->urg_data && after(tp->copied_seq, tp->urg_seq)) in chtls_pt_recvmsg()1590 if (unlikely(tp->urg_data && tp->urg_seq == peek_seq)) { in peekmsg()1655 u32 urg_offset = tp->urg_seq - peek_seq; in peekmsg()1742 if (unlikely(tp->urg_data && tp->urg_seq == tp->copied_seq)) { in chtls_recvmsg()1826 u32 urg_offset = tp->urg_seq - tp->copied_seq; in chtls_recvmsg()1856 if (tp->urg_data && after(tp->copied_seq, tp->urg_seq)) in chtls_recvmsg()
344 u32 urg_seq; /* Seq of received urgent pointer */ member
560 if (tp->urg_seq == tp->copied_seq && in tcp_poll()621 answ = tp->urg_data && tp->urg_seq == tp->copied_seq; in tcp_ioctl()1642 u32 urg_offset = tp->urg_seq - seq; in tcp_read_sock()1979 if (tp->urg_data && tp->urg_seq == *seq) { in tcp_recvmsg()2086 u32 urg_offset = tp->urg_seq - *seq; in tcp_recvmsg()2119 if (tp->urg_data && after(tp->copied_seq, tp->urg_seq)) { in tcp_recvmsg()
5262 if (tp->urg_data && !after(ptr, tp->urg_seq)) in tcp_check_urg()5283 if (tp->urg_seq == tp->copied_seq && tp->urg_data && in tcp_check_urg()5294 tp->urg_seq = ptr; in tcp_check_urg()5311 u32 ptr = tp->urg_seq - ntohl(th->seq) + (th->doff * 4) - in tcp_urg()
1993 before(tp->urg_seq, tp->copied_seq) || in tcp_inq()1994 !before(tp->urg_seq, tp->rcv_nxt)) { in tcp_inq()2002 answ = tp->urg_seq - tp->copied_seq; in tcp_inq()