Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()
4631 if (th->th_urp > 1) { in tcp_input()
4632 th->th_urp--; in tcp_input()
4699 if (th->th_urp > todrop) { in tcp_input()
4700 th->th_urp -= todrop; in tcp_input()
4703 th->th_urp = 0; in tcp_input()
5875 if ((thflags & TH_URG) && th->th_urp && in tcp_input()
5883 if (th->th_urp + so->so_rcv.sb_cc > sb_max) { in tcp_input()
5884 th->th_urp = 0; /* XXX */ in tcp_input()
5902 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.c859 tcp_hdr->th_urp = 0; in tcp_fillheaders()
1082 nth->th_urp = 0; in tcp_respond()
H A Dtcp_output.c3007 th->th_urp = htons((u_short)(tp->snd_up - tp->snd_nxt)); in tcp_output()
/xnu-12377.61.12/bsd/dev/dtrace/scripts/
H A Dtcp.d139 tcp_urgent = ntohs(T->th_urp);
/xnu-12377.61.12/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.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c150 .th_urp = 0xffff,
201 .th_urp = 0xffff,