/freebsd-src/sys/i386/include/ |
H A D | counter.h | 53 counter_64_inc_8b(uint64_t *p, int64_t inc) in counter_64_inc_8b() 177 #define counter_u64_add_protected(c, inc) do { \ argument 186 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd-src/sys/netinet/ |
H A D | tcp_hostcache.c | 212 #define HOSTCACHE_HASH(inc) \ argument 315 tcp_hc_cmp(struct hc_metrics *hc_entry, const struct in_conninfo *inc) in tcp_hc_cmp() argument 337 tcp_hc_lookup(struct in_conninfo * inc) tcp_hc_lookup() argument 374 tcp_hc_get(struct in_conninfo * inc,struct hc_metrics_lite * hc_metrics_lite) tcp_hc_get() argument 413 tcp_hc_getmtu(struct in_conninfo * inc) tcp_hc_getmtu() argument 437 tcp_hc_updatemtu(struct in_conninfo * inc,uint32_t mtu) tcp_hc_updatemtu() argument 449 tcp_hc_update(struct in_conninfo * inc,struct hc_metrics_lite * hcml) tcp_hc_update() argument [all...] |
H A D | tcp_syncache.c | 566 syncache_hashbucket(struct in_conninfo * inc) syncache_hashbucket() argument 588 syncache_lookup(struct in_conninfo * inc,struct syncache_head ** schp) syncache_lookup() argument 612 syncache_chkrst(struct in_conninfo * inc,struct tcphdr * th,struct mbuf * m,uint16_t port) syncache_chkrst() argument 717 syncache_badack(struct in_conninfo * inc,uint16_t port) syncache_badack() argument 734 syncache_unreach(struct in_conninfo * inc,tcp_seq th_seq,uint16_t port) syncache_unreach() argument 1080 syncache_expand(struct in_conninfo * inc,struct tcpopt * to,struct tcphdr * th,struct socket ** lsop,struct mbuf * m,uint16_t port) syncache_expand() argument 1387 syncache_add(struct in_conninfo * inc,struct tcpopt * to,struct tcphdr * th,struct inpcb * inp,struct socket * so,struct mbuf * m,void * tod,void * todctx,uint8_t iptos,uint16_t port) syncache_add() argument 2188 syncookie_mac(struct in_conninfo * inc,tcp_seq irs,uint8_t flags,uint8_t * secbits,uintptr_t secmod) syncookie_mac() argument 2276 syncookie_lookup(struct in_conninfo * inc,struct syncache_head * sch,struct syncache * sc,struct tcphdr * th,struct tcpopt * to,struct socket * lso,uint16_t port) syncookie_lookup() argument 2372 syncookie_cmp(struct in_conninfo * inc,struct syncache_head * sch,struct syncache * sc,struct tcphdr * th,struct tcpopt * to,struct socket * lso,uint16_t port) syncookie_cmp() argument 2438 syncache_pause(struct in_conninfo * inc) syncache_pause() argument [all...] |
H A D | tcp_fastopen.c | 534 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc) in tcp_fastopen_make_cookie() 609 tcp_fastopen_check_cookie(struct in_conninfo *inc, uint8_t *cookie, in tcp_fastopen_check_cookie() 956 struct in_conninfo *inc = &tptoinpcb(tp)->inp_inc; in tcp_fastopen_disable_path() local 982 struct in_conninfo *inc = &tptoinpcb(tp)->inp_inc; in tcp_fastopen_update_cache() local 1013 tcp_fastopen_ccache_lookup(struct in_conninfo *inc, in tcp_fastopen_ccache_lookup() 1050 struct in_conninfo *inc, uint16_t mss, uint8_t cookie_len, uint8_t *cookie) in tcp_fastopen_ccache_create()
|
H A D | tcp_subr.c | 2772 struct in_conninfo inc; tcp_ctlinput_with_port() local 2925 struct in_conninfo inc; tcp6_ctlinput_with_port() local 3086 tcp_keyed_hash(struct in_conninfo * inc,u_char * key,u_int len) tcp_keyed_hash() argument 3117 tcp_new_ts_offset(struct in_conninfo * inc) tcp_new_ts_offset() argument 3195 tcp_new_isn(struct in_conninfo * inc) tcp_new_isn() argument 3328 tcp_maxmtu(struct in_conninfo * inc,struct tcp_ifcap * cap) tcp_maxmtu() argument 3361 tcp_maxmtu6(struct in_conninfo * inc,struct tcp_ifcap * cap) tcp_maxmtu6() argument 3784 tcp_log_vain(struct in_conninfo * inc,struct tcphdr * th,const void * ip4hdr,const void * ip6hdr) tcp_log_vain() argument 3796 tcp_log_addrs(struct in_conninfo * inc,struct tcphdr * th,const void * ip4hdr,const void * ip6hdr) tcp_log_addrs() argument 3808 tcp_log_addr(struct in_conninfo * inc,struct tcphdr * th,const void * ip4hdr,const void * ip6hdr) tcp_log_addr() argument [all...] |
/freebsd-src/sys/powerpc/include/ |
H A D | counter.h | 85 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add() argument 146 counter_u64_add_protected(c,inc) global() argument 152 counter_u64_add(counter_u64_t c,int64_t inc) counter_u64_add() argument
|
/freebsd-src/sys/arm/include/ |
H A D | counter.h | 78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) argument 81 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd-src/sys/riscv/include/ |
H A D | counter.h | 75 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) argument 78 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd-src/sys/arm64/include/ |
H A D | counter.h | 80 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) argument 83 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic_flag_test_and_set.c | 14 #define __has_include(inc) 0 argument
|
H A D | atomic_signal_fence.c | 14 #define __has_include(inc) 0 argument
|
H A D | atomic_thread_fence.c | 14 #define __has_include(inc) 0 argument
|
H A D | atomic_flag_clear.c | 14 #define __has_include(inc) 0 argument
|
H A D | atomic_flag_test_and_set_explicit.c | 14 #define __has_include(inc) 0 argument
|
H A D | atomic_flag_clear_explicit.c | 14 #define __has_include(inc) 0 argument
|
/freebsd-src/sbin/ipf/libipf/ |
H A D | buildopts.c | 19 int inc; in buildopts() local
|
/freebsd-src/contrib/gdtoa/ |
H A D | hd_init.c | 38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; in htinit() argument
|
/freebsd-src/usr.bin/systat/ |
H A D | netcmds.c | 223 checkport(struct in_conninfo *inc) in checkport() 280 checkhost(struct in_conninfo *inc) in checkhost()
|
/freebsd-src/lib/msun/src/ |
H A D | e_sqrtl.c | 37 inc(long double x) in inc() function
|
/freebsd-src/contrib/ofed/libibverbs/ |
H A D | memory.c | 542 int inc) in get_start_node() 562 uintptr_t start, int inc) in undo_node() 594 int inc; in ibv_madvise_range() local
|
/freebsd-src/sys/netpfil/ipfilter/netinet/ |
H A D | ip_ftp_pxy.c | 285 int inc, off; in ipf_p_ftp_port() local 430 ipf_p_ftp_addport(ipf_ftp_softc_t * softf,fr_info_t * fin,ip_t * ip,nat_t * nat,ftpinfo_t * ftp,int dlen,int nport,int inc) ipf_p_ftp_addport() argument 594 int inc, i; ipf_p_ftp_client() local 810 int inc, off, nflags; ipf_p_ftp_pasvreply() local 950 int inc; ipf_p_ftp_server() local 1219 int mlen, len, off, inc, i, sel, sel2, ok, ackoff, seqoff, retry; ipf_p_ftp_process() local 1658 int a1, a2, a3, a4, port, olen, nlen, inc, off; ipf_p_ftp_eprt4() local 1871 int port, olen, nlen, inc, off, left, i; ipf_p_ftp_eprt6() local [all...] |
/freebsd-src/sys/amd64/include/ |
H A D | counter.h | 88 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd-src/sys/dev/wg/ |
H A D | wg_crypto.c | 71 const uint32_t inc) in blake2s_increment_counter() 108 const uint32_t inc) in blake2s_compress()
|
/freebsd-src/sbin/ipf/ipsend/ |
H A D | ipsopt.c | 146 int inc, lastop = -1; variable
|
/freebsd-src/contrib/mandoc/ |
H A D | term_tab.c | 98 term_tab_iset(size_t inc) term_tab_iset() argument
|