Home
last modified time | relevance | path

Searched refs:th_urp (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcpip.h100 #define ti_urp ti_t.th_urp
H A Dtcp.h123 unsigned short th_urp; /* urgent pointer */ member
H A Dtcp_input.c3013 NTOHS(th->th_urp); in tcp_input()
4630 if (th->th_urp > 1) { in tcp_input()
4631 th->th_urp--; in tcp_input()
4698 if (th->th_urp > todrop) { in tcp_input()
4699 th->th_urp -= todrop; in tcp_input()
4702 th->th_urp = 0; in tcp_input()
5866 if ((thflags & TH_URG) && th->th_urp && in tcp_input()
5874 if (th->th_urp + so->so_rcv.sb_cc > sb_max) { in tcp_input()
5875 th->th_urp = 0; /* XXX */ in tcp_input()
5893 if (SEQ_GT(th->th_seq + th->th_urp, tp->rcv_up)) { in tcp_input()
[all …]
H A Dip_compat.h550 __u16 th_urp;
H A Dtcp_subr.c760 tcp_hdr->th_urp = 0; in tcp_fillheaders()
983 nth->th_urp = 0; in tcp_respond()
H A Dtcp_output.c2947 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt)); in tcp_output()
/xnu-12377.1.9/bsd/dev/dtrace/scripts/
H A Dtcp.d139 tcp_urgent = ntohs(T->th_urp);
/xnu-12377.1.9/bsd/net/
H A Dpf_norm.c2714 if (!(flags & TH_URG) && th->th_urp) { in pf_normalize_tcp()
2715 th->th_sum = pf_cksum_fixup(th->th_sum, th->th_urp, 0, 0); in pf_normalize_tcp()
2716 th->th_urp = 0; in pf_normalize_tcp()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c150 .th_urp = 0xffff,
201 .th_urp = 0xffff,