Searched defs:to (Results 1 - 25 of 440) sorted by last modified time

1234567891011>>

/freebsd-current/sys/dev/nvme/
H A Dnvme_ctrlr.c1364 uint32_t to, vs, pmrcap; local
1629 int to = hz; local
[all...]
/freebsd-current/lib/libc/string/
H A Dstpcpy.c39 stpcpy(char * __restrict to, const char * __restrict from) argument
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack.c2795 rack_log_to_start(struct tcp_rack *rack, uint32_t cts, uint32_t to, int32_t slot, uint8_t which) argument
6799 uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse; local
9052 rack_log_output(struct tcpcb *tp, struct tcpopt *to, int32_t len, uint32_t seq_out, uint16_t th_flags, int32_t err, uint64_t cts, struct rack_sendmap *hintrsm, uint32_t add_flag, struct mbuf *s_mb, uint32_t s_moff, int hw_tls, int segsiz) argument
9629 rack_update_rtt(struct tcpcb *tp, struct tcp_rack *rack, struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack) argument
10103 rack_proc_sack_blk(struct tcpcb *tp, struct tcp_rack *rack, struct sackblk *sack, struct tcpopt *to, struct rack_sendmap **prsm, uint32_t cts, int *no_extra, int *moved_two, uint32_t segsiz) argument
11196 rack_process_to_cumack(struct tcpcb *tp, struct tcp_rack *rack, register uint32_t th_ack, uint32_t cts, struct tcpopt *to, uint64_t acktime) argument
11951 rack_log_ack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th, int entered_recovery, int dup_ack_struck, int *dsack_seen, int *sacks_seen) argument
13057 rack_process_ack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, uint32_t tiwin, int32_t tlen, int32_t * ofia, int32_t thflags, int32_t *ret_val, int32_t orig_tlen) argument
13805 rack_do_fastnewdata(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t nxt_pkt, uint8_t iptos) argument
13932 rack_fastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t nxt_pkt, uint32_t cts) argument
14139 rack_do_syn_sent(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
14363 rack_do_syn_recv(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
14581 rack_do_established(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
14714 rack_do_close_wait(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
14843 rack_do_fin_wait_1(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
14971 rack_do_closing(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
15078 rack_do_lastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
15186 rack_do_fin_wait_2(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
17082 struct tcpopt to_holder, *to = NULL; local
17787 struct tcpopt to; local
20041 struct tcpopt to; local
20631 struct tcpopt to; local
21295 struct tcpopt to; local
[all...]
H A Dbbr.c561 uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse; local
2234 bbr_log_ack_event(struct tcp_bbr *bbr, struct tcphdr *th, struct tcpopt *to, uint32_t tlen, uint16_t nsegs, uint32_t cts, int32_t nxt_pkt, struct mbuf *m) argument
2436 bbr_log_timer_var(struct tcp_bbr *bbr, int mode, uint32_t cts, uint32_t time_since_sent, uint32_t srtt, uint32_t thresh, uint32_t to) argument
2486 bbr_log_to_start(struct tcp_bbr *bbr, uint32_t cts, uint32_t to, int32_t slot, uint8_t which) argument
5881 bbr_log_output(struct tcp_bbr *bbr, struct tcpcb *tp, struct tcpopt *to, int32_t len, uint32_t seq_out, uint16_t th_flags, int32_t err, uint32_t cts, struct mbuf *mb, int32_t * abandon, struct bbr_sendmap *hintrsm, uint32_t delay_calc, struct sockbuf *sb) argument
6658 bbr_update_bbr_info(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts, uint32_t tsin, uint32_t uts, int32_t match, uint32_t rsm_send_time, int32_t ack_type, struct tcpopt *to) argument
6772 bbr_update_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, uint32_t th_ack) argument
6966 bbr_proc_sack_blk(struct tcpcb *tp, struct tcp_bbr *bbr, struct sackblk *sack, struct tcpopt *to, struct bbr_sendmap **prsm, uint32_t cts) argument
7260 bbr_log_syn(struct tcpcb *tp, struct tcpopt *to) argument
7300 bbr_log_ack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th, uint32_t *prev_acked) argument
7696 bbr_process_ack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, uint32_t tiwin, int32_t tlen, int32_t * ofia, int32_t thflags, int32_t * ret_val) argument
8405 bbr_do_fastnewdata(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t nxt_pkt) argument
8540 bbr_fastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t nxt_pkt, uint8_t iptos) argument
8719 bbr_do_syn_sent(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
8930 bbr_do_syn_recv(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
9151 bbr_do_established(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
9287 bbr_do_close_wait(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
9408 bbr_do_fin_wait_1(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
9533 bbr_do_closing(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
9635 bbr_do_lastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
9737 bbr_do_fin_wait_2(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) argument
11270 struct tcpopt to; local
11845 struct tcpopt to; local
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_pcb.c823 sctp_does_stcb_own_this_addr(struct sctp_tcb *stcb, struct sockaddr *to) argument
996 sctp_tcb_special_locate(struct sctp_inpcb **inp_p, struct sockaddr *from, struct sockaddr *to, struct sctp_nets **netp, uint32_t vrf_id) argument
1966 sctp_findassociation_addr_sa(struct sockaddr *from, struct sockaddr *to, struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool, uint32_t vrf_id) argument
2109 sctp_findassoc_by_vtag(struct sockaddr *from, struct sockaddr *to, uint32_t vtag, struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport, uint16_t lport, int skip_src_check, uint32_t vrf_id, uint32_t remote_tag) argument
[all...]
H A Dsctp_output.c3303 struct sockaddr_in *to = (struct sockaddr_in *)&ro->ro_dst; local
3952 sctp_lowlevel_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, struct sockaddr *to, struct mbuf *m, uint32_t auth_offset, struct sctp_auth_chunk *auth, uint16_t auth_keyid, int nofragment_flag, int ecn_ok, int out_of_asoc_ok, uint16_t src_port, uint16_t dest_port, uint32_t v_tag, uint16_t port, union sctp_sockstore *over_addr, uint8_t mflowtype, uint32_t mflowid, bool use_zero_crc, int so_locked) argument
5526 struct sockaddr *to; local
[all...]
H A Dsctp_input.c2247 struct sockaddr *to; local
[all...]
H A Dtcp_var.h1146 struct tcpopt *to; member in struct:tcp_hhook_data
[all...]
H A Dtcp_subr.c1801 struct tcpopt to; local
4126 tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, int mss) argument
[all...]
H A Dtcp_sack.c559 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) argument
[all...]
H A Dtcp_output.c211 struct tcpopt to; local
155 hhook_run_tcp_est_out(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t len, int tso) argument
1788 tcp_addoptions(struct tcpopt *to, u_char *optp) argument
[all...]
H A Dsctp_indata.c2696 caddr_t *from, *to; local
[all...]
H A Dtcp_input.c252 tcp_is_sack_recovery(struct tcpcb *tp, struct tcpopt *to) argument
264 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) argument
632 struct tcpopt to; /* options in this segment */ local
1537 struct tcpopt to; local
3506 tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, int flags) argument
4032 tcp_do_prr_ack(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, sackstatus_t sack_changed, u_int *maxsegp) argument
[all...]
/freebsd-current/libexec/tftpd/tests/
H A Dfunctional.c322 setup(struct sockaddr_storage *to, uint16_t idx) argument
[all...]
/freebsd-current/lib/libc/regex/
H A Dregcomp.c1456 repeat(struct parse *p, sopno start, int from, int to) argument
[all...]
/freebsd-current/contrib/unbound/util/
H A Dnet_help.c764 int i, to; local
[all...]
/freebsd-current/contrib/unbound/util/data/
H A Dmsgreply.c214 rdata_copy(sldns_buffer* pkt, struct packed_rrset_data* data, uint8_t* to, argument
[all...]
/freebsd-current/contrib/unbound/services/cache/
H A Dinfra.c536 infra_host(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* nm, size_t nmlen, time_t timenow, int* edns_vs, uint8_t* edns_lame_known, int* to) argument
[all...]
/freebsd-current/contrib/unbound/iterator/
H A Diterator.c370 prepend_is_duplicate(struct ub_packed_rrset_key** sets, size_t to, struct ub_packed_rrset_key* dup) argument
3046 find_NS(struct reply_info* rep, size_t from, size_t to) argument
3878 struct dns_msg* to = foriq->response; local
[all...]
/freebsd-current/contrib/unbound/daemon/
H A Dcachedump.c732 int lame, dlame, rlame, rto, edns_vs, to, delay, local
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dio.h452 __iowrite32_copy(void *to, const void *from, size_t count) argument
463 __iowrite64_copy(void *to, const void *from, size_t count) argument
478 __ioread32_copy(void *to, const void *from, size_t count) argument
489 __ioread64_copy(void *to, const void *from, size_t count) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c815 zfs_secpolicy_rename_perms(const char *from, const char *to, cred_t *cr) argument
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c900 zfs_secpolicy_rename_perms(const char *from, const char *to, cred_ argument
[all...]
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sge.c6015 write_gl_to_txd(struct sge_txq *txq, struct mbuf *m, caddr_t *to, int checkwrap) argument
6088 copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len) argument
[all...]
H A Dt4_main.c9803 mem_region_show(struct sbuf *sb, const char *name, unsigned int from, unsigned int to) argument
[all...]

Completed in 400 milliseconds

1234567891011>>