| /f-stack/freebsd/kern/ |
| H A D | tty_ttydisc.c | 87 ttydisc_open(struct tty *tp) in ttydisc_open() 93 ttydisc_close(struct tty *tp) in ttydisc_close() 587 ttydisc_optimize(struct tty *tp) in ttydisc_optimize() 698 struct tty *tp = d; in ttydisc_reprint_char() local 704 ttydisc_reprint(struct tty *tp) in ttydisc_reprint() 719 struct tty *tp; member 727 struct tty *tp = data->tp; in ttydisc_recalc_charlength() local 750 ttydisc_rubchar(struct tty *tp) in ttydisc_rubchar() 823 ttydisc_rubword(struct tty *tp) in ttydisc_rubword() 1136 ttydisc_rint_done(struct tty *tp) in ttydisc_rint_done() [all …]
|
| H A D | tty.c | 215 ttydev_enter(struct tty *tp) in ttydev_enter() 277 struct tty *tp; in ttydev_open() local 818 struct tty *tp; in ttyil_open() local 1057 struct tty *tp; in tty_alloc_mutex() local 1111 struct tty *tp = arg; in tty_dealloc() local 1312 struct tty *tp; in sysctl_kern_ttys() local 2002 tty_udev(struct tty *tp) in tty_udev() 2080 struct tty *tp; in ttyhook_register() local 2177 struct tty *tp; in ttyconsdev_open() local 2357 struct tty *tp; in DB_SHOW_COMMAND() local [all …]
|
| H A D | tty_pts.c | 117 struct tty *tp = fp->f_data; in ptsdev_read() local 191 struct tty *tp = fp->f_data; in ptsdev_write() local 264 struct tty *tp = fp->f_data; in ptsdev_ioctl() local 396 struct tty *tp = fp->f_data; in ptsdev_poll() local 451 struct tty *tp = fp->f_data; in pts_kqops_read_detach() local 461 struct tty *tp = fp->f_data; in pts_kqops_read_event() local 598 struct tty *tp; in ptsdev_fill_kinfo() local 650 ptsdrv_open(struct tty *tp) in ptsdrv_open() 660 ptsdrv_close(struct tty *tp) in ptsdrv_close() 742 struct tty *tp; in pts_alloc() local [all …]
|
| H A D | tty_compat.c | 100 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term) in ttsetcompat() 183 tty_ioctl_compat(struct tty *tp, u_long com, caddr_t data, int fflag, in tty_ioctl_compat() 276 ttcompatgetflags(struct tty *tp) in ttcompatgetflags() 336 ttcompatsetflags(struct tty *tp, struct termios *t) in ttcompatsetflags() 413 ttcompatsetlflags(struct tty *tp, struct termios *t) in ttcompatsetlflags()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_offload.c | 114 tcp_offload_listen_start(struct tcpcb *tp) in tcp_offload_listen_start() 123 tcp_offload_listen_stop(struct tcpcb *tp) in tcp_offload_listen_stop() 132 tcp_offload_input(struct tcpcb *tp, struct mbuf *m) in tcp_offload_input() 143 tcp_offload_output(struct tcpcb *tp) in tcp_offload_output() 168 tcp_offload_rcvd(struct tcpcb *tp) in tcp_offload_rcvd() 179 tcp_offload_ctloutput(struct tcpcb *tp, int sopt_dir, int sopt_name) in tcp_offload_ctloutput() 190 tcp_offload_tcp_info(struct tcpcb *tp, struct tcp_info *ti) in tcp_offload_tcp_info() 201 tcp_offload_alloc_tls_session(struct tcpcb *tp, struct ktls_session *tls, in tcp_offload_alloc_tls_session() 213 tcp_offload_detach(struct tcpcb *tp) in tcp_offload_detach()
|
| H A D | tcp_sack.c | 391 tcp_clean_dsack_blocks(struct tcpcb *tp) in tcp_clean_dsack_blocks() 433 tcp_clean_sackreport(struct tcpcb *tp) in tcp_clean_sackreport() 447 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) in tcp_sackhole_alloc() 475 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_free() 491 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, in tcp_sackhole_insert() 518 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_remove() 540 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) in tcp_sack_doack() 764 tcp_free_sackholes(struct tcpcb *tp) in tcp_free_sackholes() 787 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th) in tcp_sack_partialack() 850 tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt) in tcp_sack_output() [all …]
|
| H A D | tcp_usrreq.c | 167 struct tcpcb *tp = NULL; in tcp_usr_attach() local 225 struct tcpcb *tp; in tcp_usr_detach() local 360 struct tcpcb *tp = NULL; in tcp_usr_bind() local 402 struct tcpcb *tp = NULL; in tcp6_usr_bind() local 474 struct tcpcb *tp = NULL; in tcp_usr_listen() local 519 struct tcpcb *tp = NULL; in tcp6_usr_listen() local 581 struct tcpcb *tp = NULL; in tcp_usr_connect() local 641 struct tcpcb *tp = NULL; in tcp6_usr_connect() local 1354 struct tcpcb *tp; in tcp_usr_ready() local 1829 struct tcpcb *tp; in tcp_ctloutput() local [all …]
|
| H A D | tcp_timer.c | 273 struct tcpcb *tp = xtp; in tcp_timer_delack() local 302 tcp_inpinfo_lock_del(struct inpcb *inp, struct tcpcb *tp) in tcp_inpinfo_lock_del() 311 struct tcpcb *tp = xtp; in tcp_timer_2msl() local 402 struct tcpcb *tp = xtp; in tcp_timer_keep() local 523 struct tcpcb *tp = xtp; in tcp_timer_persist() local 612 struct tcpcb *tp = xtp; in tcp_timer_rexmt() local 893 tcp_timer_activate(struct tcpcb *tp, uint32_t timer_type, u_int delta) in tcp_timer_activate() 944 tcp_timer_active(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_active() 982 tcp_timer_suspend(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_suspend() 1016 tcp_timers_unsuspend(struct tcpcb *tp, uint32_t timer_type) in tcp_timers_unsuspend() [all …]
|
| H A D | tcp_input.c | 384 cc_conn_init(struct tcpcb *tp) in cc_conn_init() 501 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) in cc_post_recovery() 525 #define DELAY_ACK(tp, tlen) \ argument 619 struct tcpcb *tp = NULL; in tcp_input() local 1452 struct tcpcb *tp, int tlen) in tcp_autorcvbuf() 1476 tcp_handle_wakeup(struct tcpcb *tp, struct socket *so) in tcp_handle_wakeup() 3532 struct tcpcb *tp = sototcpcb(so); in tcp_pulloutofband() local 3557 tcp_xmit_timer(struct tcpcb *tp, int rtt) in tcp_xmit_timer() 3806 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss() 3922 tcp_prr_partialack(struct tcpcb *tp, struct tcphdr *th) in tcp_prr_partialack() [all …]
|
| H A D | tcp_reass.c | 204 tcp_log_reassm(struct tcpcb *tp, struct tseg_qent *q, struct tseg_qent *p, in tcp_log_reassm() 243 tcp_reass_log_dump(struct tcpcb *tp) in tcp_reass_log_dump() 255 tcp_reass_log_new_in(struct tcpcb *tp, tcp_seq seq, int len, struct mbuf *m, in tcp_reass_log_new_in() 305 tcp_reass_flush(struct tcpcb *tp) in tcp_reass_flush() 324 tcp_reass_append(struct tcpcb *tp, struct tseg_qent *last, in tcp_reass_append() 350 tcp_reass_prepend(struct tcpcb *tp, struct tseg_qent *first, struct mbuf *m, struct tcphdr *th, in tcp_reass_prepend() 386 tcp_reass_replace(struct tcpcb *tp, struct tseg_qent *q, struct mbuf *m, in tcp_reass_replace() 421 tcp_reass_merge_into(struct tcpcb *tp, struct tseg_qent *ent, in tcp_reass_merge_into() 446 tcp_reass_merge_forward(struct tcpcb *tp, struct tseg_qent *ent) in tcp_reass_merge_forward() 526 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, in tcp_reass()
|
| H A D | tcp_log_buf.c | 523 tcp_log_set_tag(struct tcpcb *tp, char *tag) in tcp_log_set_tag() 561 tcp_log_set_id(struct tcpcb *tp, char *id) in tcp_log_set_id() 920 tcp_log_get_id(struct tcpcb *tp, char *buf) in tcp_log_get_id() 944 tcp_log_get_tag(struct tcpcb *tp, char *buf) in tcp_log_get_tag() 989 tcp_log_get_id_cnt(struct tcpcb *tp) in tcp_log_get_id_cnt() 1176 tcp_log_tcpcbinit(struct tcpcb *tp) in tcp_log_tcpcbinit() 1319 tcp_log_tcpcbfini(struct tcpcb *tp) in tcp_log_tcpcbfini() 1495 tcp_log_purge_tp_logbuf(struct tcpcb *tp) in tcp_log_purge_tp_logbuf() 1783 tcp_log_drain(struct tcpcb *tp) in tcp_log_drain() 2354 struct tcpcb *tp; in tcp_log_dumpbucketlogs() local [all …]
|
| H A D | tcp_subr.c | 1040 struct tcpcb *tp; in deregister_tcp_functions() local 1694 struct tcpcb *tp; in tcp_newtcpcb() local 1831 struct tcpcb *tp; in tcp_ccalgounload() local 2060 struct tcpcb *tp; in tcp_timer_discard() local 2100 tcp_close(struct tcpcb *tp) in tcp_close() 2203 struct tcpcb *tp; in tcp_notify() local 2463 struct tcpcb *tp; in tcp_ctlinput() local 2574 struct tcpcb *tp; in tcp6_ctlinput() local 2864 struct tcpcb *tp; in tcp_drop_syn_sent() local 2904 struct tcpcb *tp; in tcp_mtudisc() local [all …]
|
| H A D | tcp_timer.h | 183 #define TP_KEEPINIT(tp) ((tp)->t_keepinit ? (tp)->t_keepinit : tcp_keepinit) argument 184 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle) argument 185 #define TP_KEEPINTVL(tp) ((tp)->t_keepintvl ? (tp)->t_keepintvl : tcp_keepintvl) argument 186 #define TP_KEEPCNT(tp) ((tp)->t_keepcnt ? (tp)->t_keepcnt : tcp_keepcnt) argument 187 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp)) argument
|
| /f-stack/freebsd/sys/ |
| H A D | ttyhook.h | 74 #define ttyhook_softc(tp) ((tp)->t_hooksoftc) argument 75 #define ttyhook_hashook(tp,hook) ((tp)->t_hook != NULL && \ argument 79 ttyhook_rint(struct tty *tp, char c, int flags) in ttyhook_rint() 88 ttyhook_rint_bypass(struct tty *tp, const void *buf, size_t len) in ttyhook_rint_bypass() 97 ttyhook_rint_done(struct tty *tp) in ttyhook_rint_done() 106 ttyhook_rint_poll(struct tty *tp) in ttyhook_rint_poll() 115 ttyhook_getc_inject(struct tty *tp, void *buf, size_t len) in ttyhook_getc_inject() 124 ttyhook_getc_capture(struct tty *tp, const void *buf, size_t len) in ttyhook_getc_capture() 133 ttyhook_getc_poll(struct tty *tp) in ttyhook_getc_poll() 142 ttyhook_close(struct tty *tp) in ttyhook_close()
|
| H A D | ttydevsw.h | 86 ttydevsw_open(struct tty *tp) in ttydevsw_open() 96 ttydevsw_close(struct tty *tp) in ttydevsw_close() 106 ttydevsw_outwakeup(struct tty *tp) in ttydevsw_outwakeup() 120 ttydevsw_inwakeup(struct tty *tp) in ttydevsw_inwakeup() 144 ttydevsw_cioctl(struct tty *tp, int unit, u_long cmd, caddr_t data, in ttydevsw_cioctl() 155 ttydevsw_param(struct tty *tp, struct termios *t) in ttydevsw_param() 164 ttydevsw_modem(struct tty *tp, int sigon, int sigoff) in ttydevsw_modem() 173 ttydevsw_mmap(struct tty *tp, vm_ooffset_t offset, vm_paddr_t *paddr, in ttydevsw_mmap() 183 ttydevsw_pktnotify(struct tty *tp, char event) in ttydevsw_pktnotify() 193 ttydevsw_free(struct tty *tp) in ttydevsw_free() [all …]
|
| H A D | ttydisc.h | 55 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS) argument 72 ttydisc_read_poll(struct tty *tp) in ttydisc_read_poll() 81 ttydisc_write_poll(struct tty *tp) in ttydisc_write_poll()
|
| H A D | tty.h | 173 #define tty_lock(tp) mtx_lock((tp)->t_mtx) argument 174 #define tty_unlock(tp) mtx_unlock((tp)->t_mtx) argument 175 #define tty_lock_owned(tp) mtx_owned((tp)->t_mtx) argument 177 #define tty_getlock(tp) ((tp)->t_mtx) argument 180 #define tty_lock_assert(tp, ma) mtx_assert((tp)->t_mtx, (ma)) argument 186 #define tty_makedev(tp, cred, fmt, ...) \ argument 188 #define tty_makealias(tp,fmt,...) \ argument 215 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED) argument 216 #define tty_gone(tp) ((tp)->t_flags & TF_GONE) argument 217 #define tty_softc(tp) ((tp)->t_devswsoftc) argument [all …]
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 448 ctf_do_queued_segments(struct socket *so, struct tcpcb *tp, int have_pkt) in ctf_do_queued_segments() 467 ctf_outstanding(struct tcpcb *tp) in ctf_outstanding() 480 ctf_flight_size(struct tcpcb *tp, uint32_t rc_sacked) in ctf_flight_size() 495 ctf_do_dropwithreset(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, in ctf_do_dropwithreset() 647 ctf_do_drop(struct mbuf *m, struct tcpcb *tp) in ctf_do_drop() 758 ctf_ts_check(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in ctf_ts_check() 790 ctf_calc_rwin(struct socket *so, struct tcpcb *tp) in ctf_calc_rwin() 806 ctf_do_dropwithreset_conn(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, in ctf_do_dropwithreset_conn() 818 ctf_fixed_maxseg(struct tcpcb *tp) in ctf_fixed_maxseg() 862 ctf_log_sack_filter(struct tcpcb *tp, int num_sack_blks, struct sackblk *sack_blocks) in ctf_log_sack_filter() [all …]
|
| H A D | rack.c | 4137 #define DELAY_ACK(tp, tlen) \ argument 5495 rack_remxt_tmr(struct tcpcb *tp) in rack_remxt_tmr() 5552 rack_cc_conn_init(struct tcpcb *tp) in rack_cc_conn_init() 5916 rack_stopall(struct tcpcb *tp) in rack_stopall() 5937 rack_stop_all_timers(struct tcpcb *tp) in rack_stop_all_timers() 6804 rack_log_sack_passed(struct tcpcb *tp, in rack_log_sack_passed() 6838 rack_need_set_test(struct tcpcb *tp, in rack_need_set_test() 8092 rack_check_bottom_drag(struct tcpcb *tp, in rack_check_bottom_drag() 10340 rack_init(struct tcpcb *tp) in rack_init() 10523 rack_handoff_ok(struct tcpcb *tp) in rack_handoff_ok() [all …]
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 379 tun_busy(struct tuntap_softc *tp) in tun_busy() 390 tun_unbusy(struct tuntap_softc *tp) in tun_unbusy() 705 struct tuntap_softc *tp; in tun_uninit() local 800 struct tuntap_softc *tp; in tun_create_device() local 932 struct tuntap_softc *tp; in tuncreate() local 992 struct tuntap_softc *tp; in tunrename() local 1044 struct tuntap_softc *tp; in tunopen() local 1113 struct tuntap_softc *tp; in tundtor() local 1213 struct tuntap_softc *tp; in tunifinit() local 1285 struct tuntap_softc *tp; in tunifioctl() local [all …]
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tty.c | 87 struct tty *tp; /* Terminal device */ member 228 struct tty *tp; in ngt_shutdown() local 314 struct tty *tp = sc->tp; in ngt_rcvdata() local 349 ngt_getc_inject(struct tty *tp, void *buf, size_t len) in ngt_getc_inject() 393 ngt_getc_poll(struct tty *tp) in ngt_getc_poll() 407 ngt_rint_bypass(struct tty *tp, const void *buf, size_t len) in ngt_rint_bypass() 455 ngt_rint(struct tty *tp, char c, int flags) in ngt_rint() 505 ngt_rint_poll(struct tty *tp) in ngt_rint_poll()
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | ng_h4.c | 153 ng_h4_open(struct cdev *dev, struct tty *tp) in ng_h4_open() 243 ng_h4_close(struct tty *tp, int flag) in ng_h4_close() 272 ng_h4_read(struct tty *tp, struct uio *uio, int flag) in ng_h4_read() 282 ng_h4_write(struct tty *tp, struct uio *uio, int flag) in ng_h4_write() 292 ng_h4_ioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, in ng_h4_ioctl() 337 ng_h4_input(int c, struct tty *tp) in ng_h4_input() 570 ng_h4_start(struct tty *tp)
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_trace.c | 128 struct trace_point *tp; in rte_trace_mode_set() local 188 struct trace_point *tp; in rte_trace_pattern() local 209 struct trace_point *tp; in rte_trace_regexp() local 235 struct trace_point *tp; in rte_trace_point_lookup() local 248 trace_point_dump(FILE *f, struct trace_point *tp) in trace_point_dump() 287 struct trace_point *tp; in rte_trace_dump() local 458 struct trace_point *tp; in __rte_trace_point_register() local
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_em_host.c | 46 tf_em_free_pg_tbl(struct hcapi_cfa_em_page_tbl *tp) in tf_em_free_pg_tbl() 79 struct hcapi_cfa_em_page_tbl *tp; in tf_em_free_page_table() local 116 tf_em_alloc_pg_tbl(struct hcapi_cfa_em_page_tbl *tp, in tf_em_alloc_pg_tbl() 177 struct hcapi_cfa_em_page_tbl *tp; in tf_em_alloc_page_table() local 227 tf_em_link_page_table(struct hcapi_cfa_em_page_tbl *tp, in tf_em_link_page_table() 266 struct hcapi_cfa_em_page_tbl *tp; in tf_em_setup_page_table() local
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_timer.h | 183 #define TP_KEEPINIT(tp) ((tp)->t_keepinit ? (tp)->t_keepinit : tcp_keepinit) argument 184 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle) argument 185 #define TP_KEEPINTVL(tp) ((tp)->t_keepintvl ? (tp)->t_keepintvl : tcp_keepintvl) argument 186 #define TP_KEEPCNT(tp) ((tp)->t_keepcnt ? (tp)->t_keepcnt : tcp_keepcnt) argument 187 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp)) argument
|