Searched defs:th (Results 1 - 24 of 24) sorted by relevance

/xnu-2422.115.4/bsd/dev/i386/
H A Dstubs.c121 get_bsduthreadarg(thread_t th) argument
129 get_bsduthreadrval(thread_t th) argument
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_debug.h86 struct tcphdr th; member in struct:tcp_debug::__anon378
H A Dtcp_newreno.c200 tcp_newreno_inseq_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) { argument
218 tcp_newreno_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) { argument
292 tcp_newreno_post_fr(struct tcpcb *tp, struct tcphdr *th) { argument
377 tcp_newreno_delay_ack(struct tcpcb *tp, struct tcphdr *th) argument
[all...]
H A Dtcp_ledbat.c227 tcp_ledbat_inseq_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) { argument
245 tcp_ledbat_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) { argument
308 tcp_ledbat_post_fr(struct tcpcb *tp, struct tcphdr *th) { argument
405 tcp_ledbat_delay_ack(struct tcpcb *tp, struct tcphdr *th) argument
[all...]
H A Dmptcp_opt.c969 mptcp_do_mpcapable_opt(struct tcpcb *tp, u_char *cp, struct tcphdr *th, argument
1132 mptcp_do_mpjoin_opt(struct tcpcb *tp, u_char *cp, struct tcphdr *th, int optlen) argument
1628 mptcp_do_dss_opt(struct tcpcb *tp, u_char *cp, struct tcphdr *th, int optlen) argument
1656 mptcp_do_fastclose_opt(struct tcpcb *tp, u_char *cp, struct tcphdr *th) argument
1710 mptcp_do_mpfail_opt(struct tcpcb *tp, u_char *cp, struct tcphdr *th) argument
1734 tcp_do_mptcp_options(struct tcpcb *tp, u_char *cp, struct tcphdr *th, struct tcpopt *to, int optlen) argument
[all...]
H A Dtcp_lro.c745 lro_tcp_xsum_validate(struct mbuf *m, struct ip *ip, struct tcphdr * th) argument
H A Dtcp_output.c273 register struct tcphdr *th; local
2441 tcp_send_lroacks(struct tcpcb *tp, struct mbuf *m, struct tcphdr *th) argument
[all...]
H A Dtcp_subr.c1768 struct tcphdr th; local
571 tcp_respond( struct tcpcb *tp, void *ipgen, register struct tcphdr *th, register struct mbuf *m, tcp_seq ack, tcp_seq seq, int flags, unsigned int ifscope, unsigned int nocell ) argument
1854 struct tcphdr th; local
2361 struct tcphdr *th; local
[all...]
H A Dtcp_input.c587 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m, argument
1273 tcp_bad_rexmt_restore_state(struct tcpcb *tp, struct tcphdr *th) argument
1323 register struct tcphdr *th; local
4508 tcp_compute_rtt(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th) argument
5377 tcp_input_checksum(int af, struct mbuf *m, struct tcphdr *th, int off, int tlen) argument
[all...]
/xnu-2422.115.4/osfmk/i386/
H A Dbsd_i386.c673 get_user_regs(thread_t th) argument
/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c704 thread_t th = current_thread(); local
H A Dkern_proc.c629 thread_t th = current_thread(); local
845 thread_t th = current_thread(); local
H A Dkern_sig.c3022 thread_t th; local
3050 thread_issignal(proc_t p, thread_t th, sigset_t mask) argument
/xnu-2422.115.4/bsd/net/
H A Dpktap.c792 struct tcphdr th; local
849 struct tcphdr th; local
H A Dpf_norm.c2100 struct tcphdr *th = pd->hdr.tcp; local
2243 pf_normalize_tcp_init(struct mbuf *m, int off, struct pf_pdesc *pd, struct tcphdr *th, struct pf_state_peer *src, struct pf_state_peer *dst) argument
2338 pf_normalize_tcp_stateful(struct mbuf *m, int off, struct pf_pdesc *pd, u_short *reason, struct tcphdr *th, struct pf_state *state, struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback) argument
2738 pf_normalize_tcpopt(struct pf_rule *r, int dir, struct pfi_kif *kif, struct pf_pdesc *pd, struct mbuf *m, struct tcphdr *th, int off, int *rewrptr) argument
[all...]
H A Droute.h436 void *th; /* thread ptr */ member in struct:ctrace
H A Dpf.c2393 struct tcphdr *th = NULL; local
2321 pf_modulate_sack(struct mbuf *m, int off, struct pf_pdesc *pd, struct tcphdr *th, struct pf_state_peer *dst) argument
4061 struct tcphdr *th = pd->hdr.tcp; local
5152 struct tcphdr *th = pd->hdr.tcp; local
5503 struct tcphdr *th; local
5851 struct tcphdr *th = pd->hdr.tcp; local
6779 struct tcphdr th; local
8217 struct tcphdr th; local
8808 struct tcphdr th; local
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_fw.c841 struct tcphdr th; member in struct:__anon385
[all...]
H A Dipsec.c1196 struct tcphdr th; local
1305 struct tcphdr th; local
[all...]
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_mqueue.c251 thread_t th; local
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dbsd_kern.c78 void *get_bsdthreadtask_info(thread_t th) argument
94 void *get_bsdthread_info(thread_t th) argument
103 int get_thread_lock_count(thread_t th) argument
385 task_t get_threadtask(thread_t th) argument
494 get_thread_userstop( thread_t th) argument
524 thread_should_abort( thread_t th) argument
542 thread_t th = current_thread(); local
[all...]
H A Dthread.c1857 thread_t th = current_thread(); local
1945 uint16_t thread_set_tag(thread_t th, uint16_t tag) { argument
1948 uint16_t thread_get_tag(thread_t th) { argument
1987 thread_should_halt( thread_t th) argument
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_udp.c1661 struct corehdr *th = NULL; local
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c2702 thread_t th = vfs_context_thread(ctx); local
2757 thread_t th = vfs_context_thread(ctx); local
2831 thread_t th = vfs_context_thread(ctx); local

Completed in 122 milliseconds