/netbsd-src/sys/netinet/ |
H A D | tcp_congctl.c | 465 tcp_reno_do_fast_retransmit(struct tcpcb *tp, const struct tcphdr *th) in tcp_reno_do_fast_retransmit() 504 tcp_reno_fast_retransmit(struct tcpcb *tp, const struct tcphdr *th) in tcp_reno_fast_retransmit() 565 const struct tcphdr *th) in tcp_reno_fast_retransmit_newack() 589 tcp_reno_newack(struct tcpcb *tp, const struct tcphdr *th) in tcp_reno_newack() 657 tcp_newreno_fast_retransmit(struct tcpcb *tp, const struct tcphdr *th) in tcp_newreno_fast_retransmit() 679 tcp_newreno_fast_retransmit_newack(struct tcpcb *tp, const struct tcphdr *th) in tcp_newreno_fast_retransmit_newack() 773 tcp_newreno_newack(struct tcpcb *tp, const struct tcphdr *th) in tcp_newreno_newack() 906 tcp_cubic_fast_retransmit(struct tcpcb *tp, const struct tcphdr *th) in tcp_cubic_fast_retransmit() 925 tcp_cubic_newack(struct tcpcb *tp, const struct tcphdr *th) in tcp_cubic_newack()
|
H A D | tcp_input.c | 288 tcp_setup_ack(struct tcpcb * tp,const struct tcphdr * th) tcp_setup_ack() argument 299 icmp_check(struct tcpcb * tp,const struct tcphdr * th,int acked) icmp_check() argument 322 tcp_fields_to_host(struct tcphdr * th) tcp_fields_to_host() argument 335 tcp_fields_to_net(struct tcphdr * th) tcp_fields_to_net() argument 345 tcp_urp_drop(struct tcphdr * th,int todrop,int * tiflags) tcp_urp_drop() argument 453 tcp_reass(struct tcpcb * tp,const struct tcphdr * th,struct mbuf * m,int tlen) tcp_reass() argument 824 tcp4_log_refused(const struct ip * ip,const struct tcphdr * th) tcp4_log_refused() argument 844 tcp6_log_refused(const struct ip6_hdr * ip6,const struct tcphdr * th) tcp6_log_refused() argument 867 tcp_input_checksum(int af,struct mbuf * m,const struct tcphdr * th,int toff,int off,int tlen) tcp_input_checksum() argument 979 tcp_vtw_input(struct tcphdr * th,vestigial_inpcb_t * vp,struct mbuf * m,int tlen) tcp_vtw_input() argument 1179 struct tcphdr *th; tcp_input() local 3003 tcp_signature(struct mbuf * m,struct tcphdr * th,int thoff,struct secasvar * sav,char * sig) tcp_signature() argument 3077 tcp_dooptions(struct tcpcb * tp,const u_char * cp,int cnt,struct tcphdr * th,struct mbuf * m,int toff,struct tcp_opt_info * oi) tcp_dooptions() argument 3257 tcp_pulloutofband(struct socket * so,struct tcphdr * th,struct mbuf * m,int off) tcp_pulloutofband() argument [all...] |
H A D | tcp_syncache.c | 556 struct tcphdr *th, struct socket *so, struct mbuf *m) in syn_cache_get() 803 syn_cache_reset(struct sockaddr *src, struct sockaddr *dst, struct tcphdr *th) in syn_cache_reset() 826 struct tcphdr *th) in syn_cache_unreach() 877 syn_cache_add(struct sockaddr *src, struct sockaddr *dst, struct tcphdr *th, in syn_cache_add() 1089 struct tcphdr *th; in syn_cache_respond() local
|
H A D | tcp_debug.h | 49 struct tcphdr th; member 57 struct tcphdr th; member
|
H A D | tcp_sack.c | 241 tcp_sack_option(struct tcpcb *tp, const struct tcphdr *th, const u_char *cp, in tcp_sack_option() 403 tcp_del_sackholes(struct tcpcb *tp, const struct tcphdr *th) in tcp_del_sackholes()
|
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_lro.c | 81 lro_match(struct mbuf *m, struct ip *ih, struct tcphdr *th) in lro_match() 93 lro_lookup(struct lro_state *l, int idx, struct ip *ih, struct tcphdr *th) in lro_lookup() 131 can_lro_tcpsegment(struct tcphdr *th) in can_lro_tcpsegment() 159 struct tcphdr *th = (struct tcphdr *) (ih + 1); in lro_new_session_init() local 250 struct tcphdr *th, *nth = (struct tcphdr *)(nih + 1); in lro_update_session() local 331 struct tcphdr *th; in t3_rx_eth_lro() local
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | thyperbolic.c | 28 mpfr_t t, ch,sh,th,ach,ash,ath; in check_NAN() local 117 mpfr_t t, ch,sh,th,ach,ash,ath; in check_zero() local 206 mpfr_t t, ch, sh, th, ach, ash, ath; in check_INF() local
|
/netbsd-src/sys/rump/kern/lib/libsimplehook_tester/ |
H A D | simplehook_tester.c | 215 struct tester_hook *th; in simplehook_tester_hook() local 275 struct tester_hook *th; in simplehook_tester_established() local 393 struct tester_hook *th; in simplehook_tester_stopping() local 430 struct tester_hook *th; in simplehook_tester_stopped() local 452 struct tester_hook *th; in simplehook_tester_disestablish() local 491 struct tester_hook *th; in simplehook_tester_count() local 671 struct tester_hook *th; in simplehook_tester_fini() local
|
/netbsd-src/sys/kern/ |
H A D | kern_tc.c | 426 tc_delta(struct timehands *th) in tc_delta() 444 struct timehands *th; in binuptime() local 550 struct timehands *th; in getbinuptime() local 566 struct timehands *th; in getnanouptime() local 582 struct timehands *th; in getmicrouptime() local 598 struct timehands *th; in getbintime() local 617 struct timehands *th; in dogetnanotime() local 649 struct timehands *th; in getmicrotime() local 916 struct timehands *th, *tho; in tc_windup() local 1136 struct timehands *th; in pps_capture() local [all …]
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_thread.h | 41 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE) argument 52 #define THREAD_JOIN(th) pthread_join(th, NULL) argument
|
/netbsd-src/sys/net/npf/ |
H A D | npf_alg_icmp.c | 90 const struct tcphdr *th = npc->npc_l4.tcp; in npfa_icmp_match() local 264 struct tcphdr th; in npfa_icmp_conn() member 368 const struct tcphdr *th = enpc.npc_l4.tcp; in npfa_icmp_nat() local 425 const struct tcphdr *th = enpc.npc_l4.tcp; in npfa_icmp_nat() local
|
H A D | npf_inet.c | 252 const struct tcphdr *th = npc->npc_l4.tcp; in npf_tcpsaw() local 280 const struct tcphdr *th = npc->npc_l4.tcp; in npf_fetch_tcpopts() local 355 const struct tcphdr *th = npc->npc_l4.tcp; in npf_set_mss() local 568 struct tcphdr *th; in npf_cache_tcp() local 711 struct tcphdr *th = npc->npc_l4.tcp; in npf_rwrport() local 732 struct tcphdr *th; in npf_rwrcksum() local
|
/netbsd-src/sys/net/ |
H A D | rss_config.c | 115 struct tcphdr *th; in rss_toeplitz_hash_from_mbuf_ipv4() local 213 struct tcphdr *th; in rss_toeplitz_hash_from_mbuf_ipv6() local
|
H A D | slcompress.c | 180 struct tcphdr *th; in sl_compress_tcp() local 477 struct tcphdr *th; sl_uncompress_tcp_core() local [all...] |
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
H A D | tsan_posix.cc | 60 pthread_t th[3]; in TEST() local 83 pthread_t th[kThreads]; in local_thread() local 137 pthread_t th; in TEST() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/ |
H A D | scanview.css | 7 th, table thead { selector 15 th, td { padding:5px; padding-left:8px; text-align:left } selector
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/ |
H A D | scanview.css | 7 th, table thead { selector 15 th, td { padding:5px; padding-left:8px; text-align:left } selector
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
H A D | slc-gram.y | 460 struct type_handler *th; in find_handler() local 479 struct type_handler *th; in gen_options() local 541 struct type_handler *th; in gen_wrapper() local 578 struct type_handler *th; in gen_wrapper() local 664 struct type_handler *th; in gen_wrapper() local 683 struct type_handler *th; in gen_wrapper() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/ |
H A D | join_detach.d | 13 auto th = new Thread(&thread_main); in main() local
|
H A D | tlsstack.d | 31 auto th = new Thread(&showThreadInfo, 16384); in main() local
|
H A D | tlsgc_sections.d | 53 auto th = new Thread(&test); in main() local
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/cray/ieee/ |
H A D | invert_limb.c | 82 mp_limb_t z, z2l, z2h, tl, th; in mpn_invert_limb() local
|
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | ipft_tx.c | 168 tcphdr_t th, *tcp = &th; local 346 tcphdr_t th, *tcp = &th; local
|
/netbsd-src/external/bsd/jemalloc/dist/test/src/ |
H A D | SFMT.c | 164 uint64_t th, tl, oh, ol; in rshift128() local 179 uint64_t th, tl, oh, ol; in rshift128() local 203 uint64_t th, tl, oh, ol; in lshift128() local 218 uint64_t th, tl, oh, ol; in lshift128() local
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | txg.c | 296 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th) in txg_hold_open() 316 txg_rele_to_quiesce(txg_handle_t *th) in txg_rele_to_quiesce() 325 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks() 336 txg_rele_to_sync(txg_handle_t *th) in txg_rele_to_sync()
|