Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.c2273 NTOHS(th->th_urp); in tcp_input()
4323 if (th->th_urp > 1) { in tcp_input()
4324 th->th_urp--; in tcp_input()
4393 if (th->th_urp > todrop) { in tcp_input()
4394 th->th_urp -= todrop; in tcp_input()
4397 th->th_urp = 0; in tcp_input()
5633 if ((thflags & TH_URG) && th->th_urp && in tcp_input()
5641 if (th->th_urp + so->so_rcv.sb_cc > sb_max) { in tcp_input()
5642 th->th_urp = 0; /* XXX */ in tcp_input()
5660 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.c716 tcp_hdr->th_urp = 0; in tcp_fillheaders()
893 nth->th_urp = 0; in tcp_respond()
H A Dtcp_output.c2776 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt)); in tcp_output()
/xnu-11215.81.4/bsd/dev/dtrace/scripts/
H A Dtcp.d139 tcp_urgent = ntohs(T->th_urp);
/xnu-11215.81.4/bsd/net/
H A Dpf_norm.c2711 if (!(flags & TH_URG) && th->th_urp) { in pf_normalize_tcp()
2712 th->th_sum = pf_cksum_fixup(th->th_sum, th->th_urp, 0, 0); in pf_normalize_tcp()
2713 th->th_urp = 0; in pf_normalize_tcp()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c150 .th_urp = 0xffff,
201 .th_urp = 0xffff,