Searched defs:th (Results 26 - 50 of 98) sorted by relevance

1234

/freebsd-10.1-release/sys/netinet/
H A Dtcp_lro.c113 tcp_lro_csum_th(struct tcphdr *th) argument
135 tcp_lro_rx_csum_fixup(struct lro_entry *le, void *l3hdr, struct tcphdr *th, argument
220 struct tcphdr *th; local
310 tcp_lro_rx_ipv6(struct lro_ctrl *lc, struct mbuf *m, struct ip6_hdr *ip6, struct tcphdr **th) argument
329 tcp_lro_rx_ipv4(struct lro_ctrl *lc, struct mbuf *m, struct ip *ip4, struct tcphdr **th) argument
379 struct tcphdr *th; local
[all...]
H A Dtcp_sack.c572 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th) argument
H A Dtcp_output.c136 hhook_run_tcp_est_out(struct tcpcb *tp, struct tcphdr *th, argument
177 struct tcphdr *th; local
[all...]
H A Dip_icmp.c258 struct tcphdr *th; local
H A Dtoecore.c326 toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, argument
356 toe_4tuple_check(struct in_conninfo *inc, struct tcphdr *th, struct ifnet *ifp) argument
338 toe_syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, struct socket **lsop) argument
H A Dtcp_input.c265 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) argument
283 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t type) argument
386 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_ argument
438 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) argument
454 tcp_signature_verify_input(struct mbuf *m, int off0, int tlen, int optlen, struct tcpopt *to, struct tcphdr *th, u_int tcpbflag) argument
537 struct tcphdr *th = NULL; local
1432 tcp_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos, int ti_locked) argument
3111 tcp_dropwithreset(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int tlen, int rstreason) argument
3268 tcp_pulloutofband(struct socket *so, struct tcphdr *th, struct mbuf *m, int off) argument
3679 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th) argument
[all...]
/freebsd-10.1-release/sys/rpc/
H A Dauth_unix.c129 uint32_t h, th; local
/freebsd-10.1-release/usr.sbin/trpt/
H A Dtrpt.c304 tcp_trace(short act, short ostate, struct tcpcb *tp, int family __unused, void *ip, struct tcphdr *th, int req) argument
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Devent_iocp.c205 ev_uintptr_t th = _beginthread(loop, 0, port); local
/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_asm.c263 BN_ULONG dh, dl, q, ret = 0, th, tl, t; local
/freebsd-10.1-release/contrib/gcc/
H A Dvalue-prof.c120 histogram_value th = ann->histograms; local
/freebsd-10.1-release/contrib/subversion/
H A Dwin-tests.py789 th = run_tests.TestHarness(abs_srcdir, abs_builddir, variable
/freebsd-10.1-release/lib/libedit/
H A Drefresh.c975 int h, v, th; local
/freebsd-10.1-release/lib/libthread_db/
H A Dthread_db.c94 td_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) argument
100 td_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwpid, td_thrhandle_t *th) argument
144 td_thr_clear_event(const td_thrhandle_t *th, td_thr_events_t *events) argument
151 td_thr_dbresume(const td_thrhandle_t *th) argument
158 td_thr_dbsuspend(const td_thrhandle_t *th) argument
165 td_thr_event_enable(const td_thrhandle_t *th, int en) argument
172 td_thr_event_getmsg(const td_thrhandle_t *th, td_event_msg_t *msg) argument
179 td_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) argument
187 td_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) argument
195 td_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) argument
204 td_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregset) argument
211 td_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs) argument
218 td_thr_set_event(const td_thrhandle_t *th, td_thr_events_t *events) argument
226 td_thr_setxmmregs(const td_thrhandle_t *th, const char *fxsave) argument
234 td_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) argument
241 td_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs) argument
248 td_thr_validate(const td_thrhandle_t *th) argument
255 td_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t linkmap, size_t offset, psaddr_t *address) argument
265 td_thr_sstep(const td_thrhandle_t *th, int step) argument
[all...]
H A Dlibpthread_db.c220 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) argument
294 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) argument
337 td_thrhandle_t th; local
439 pt_dbsuspend(const td_thrhandle_t *th, int suspend) argument
544 pt_thr_dbresume(const td_thrhandle_t *th) argument
552 pt_thr_dbsuspend(const td_thrhandle_t *th) argument
560 pt_thr_validate(const td_thrhandle_t *th) argument
573 pt_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) argument
663 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) argument
674 pt_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) argument
718 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) argument
759 pt_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs) argument
801 pt_thr_setxmmregs(const td_thrhandle_t *th, const char *fxsave) argument
851 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) argument
898 pt_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs) argument
976 pt_thr_sstep(const td_thrhandle_t *th, int step) argument
1061 pt_validate(const td_thrhandle_t *th) argument
1071 pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset, psaddr_t *address) argument
[all...]
H A Dlibthr_db.c202 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) argument
236 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) argument
246 td_thrhandle_t th; local
409 pt_dbsuspend(const td_thrhandle_t *th, int suspend) argument
428 pt_thr_dbresume(const td_thrhandle_t *th) argument
436 pt_thr_dbsuspend(const td_thrhandle_t *th) argument
444 pt_thr_validate(const td_thrhandle_t *th) argument
456 pt_thr_get_info_common(const td_thrhandle_t *th, td_thrinfo_t *info, int old) argument
512 pt_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) argument
519 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) argument
527 pt_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) argument
544 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) argument
560 pt_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs) argument
577 pt_thr_setxmmregs(const td_thrhandle_t *th, const char *fxsave) argument
594 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) argument
610 pt_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs) argument
626 pt_thr_event_enable(const td_thrhandle_t *th, int en) argument
638 pt_thr_set_event(const td_thrhandle_t *th, td_thr_events_t *setp) argument
654 pt_thr_clear_event(const td_thrhandle_t *th, td_thr_events_t *setp) argument
670 pt_thr_event_getmsg(const td_thrhandle_t *th, td_event_msg_t *msg) argument
713 pt_thr_sstep(const td_thrhandle_t *th, int step __unused) argument
721 pt_validate(const td_thrhandle_t *th) argument
730 pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset, psaddr_t *address) argument
[all...]
/freebsd-10.1-release/sys/netgraph/
H A Dng_nat.c778 struct tcphdr *th = (struct tcphdr *)((caddr_t)ip + local
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c336 struct tcphdr *th; local
344 struct tcphdr *th; local
/freebsd-10.1-release/tools/regression/sockets/sendfile/
H A Dsendfile.c102 test_th(struct test_header *th, uint32_t *header_length, uint32_t *offset, argument
153 struct test_header th; local
256 init_th(struct test_header *th, uint32_t header_length, uint32_t offset, uint32_t length) argument
271 struct test_header th; local
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Docd.c136 ocd_thread_alive(ptid_t th) argument
/freebsd-10.1-release/contrib/tcsh/
H A Ded.refresh.c1117 int w, h, th, v; local
/freebsd-10.1-release/sys/dev/acpi_support/
H A Dacpi_asus.c589 ACPI_TABLE_HEADER th; local
/freebsd-10.1-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c502 struct tcphdr th; local
386 pass_accept_req_to_protohdrs(const struct cpl_pass_accept_req *cpl, struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to) argument
662 pass_establish_to_protohdrs(const struct cpl_pass_establish *cpl, struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to) argument
703 struct tcphdr th; local
950 struct tcphdr *th = (void *)(ip + 1); local
[all...]
/freebsd-10.1-release/sys/dev/ixl/
H A Dixl_txrx.c569 struct tcphdr *th = NULL; local
689 struct tcphdr *th; local
[all...]
/freebsd-10.1-release/sys/dev/sfxge/
H A Dsfxge_rx.c477 struct tcphdr *th; local
410 sfxge_lro_merge(struct sfxge_lro_state *st, struct sfxge_lro_conn *c, struct mbuf *mbuf, struct tcphdr *th) argument
445 sfxge_lro_start(struct sfxge_lro_state *st, struct sfxge_lro_conn *c, struct mbuf *mbuf, void *nh, struct tcphdr *th) argument
573 sfxge_lro_new_conn(struct sfxge_lro_state *st, uint32_t conn_hash, uint16_t l2_id, void *nh, struct tcphdr *th) argument
625 struct tcphdr *th; local
[all...]

Completed in 647 milliseconds

1234