/freebsd/sys/netinet/ |
H A D | toecore.h | 40 struct tcpopt; 141 void toe_syncache_add(struct in_conninfo *, struct tcpopt *, struct tcphdr *, 143 int toe_syncache_expand(struct in_conninfo *, struct tcpopt *, struct tcphdr *,
|
H A D | tcp_syncache.h | 41 int syncache_expand(struct in_conninfo *, struct tcpopt *, 43 struct socket * syncache_add(struct in_conninfo *, struct tcpopt *,
|
H A D | tcp_var.h | 866 struct tcpopt { struct 1155 struct tcpopt *to; 1162 struct tcphdr *th, struct tcpopt *to, 1371 int tcp_addoptions(struct tcpopt *, u_char *); 1386 void tcp_dooptions(struct tcpopt *, u_char *, int, int); 1402 struct tcphdr *th, struct tcpopt *to); 1472 bool tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *, 1503 tcp_sack_doack(struct tcpcb *, struct tcpopt *, tcp_seq); 1512 void tcp_do_prr_ack(struct tcpcb *, struct tcphdr *, struct tcpopt *, 1564 int tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, i…
|
H A D | toecore.c | 356 toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in toe_syncache_add() 367 toe_syncache_expand(struct in_conninfo *inc, struct tcpopt *to, in toe_syncache_expand()
|
H A D | tcp_timewait.c | 152 * For pure SYN-segments the PCB shall be read-locked and the tcpopt pointer 153 * may be NULL. For the rest write-lock and valid tcpopt. 156 tcp_twcheck(struct inpcb *inp, struct tcpopt *to, struct tcphdr *th, in tcp_twcheck()
|
H A D | tcp_syncache.c | 136 struct syncache *, struct tcphdr *, struct tcpopt *, 143 struct syncache *sc, struct tcphdr *th, struct tcpopt *to, 1052 syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_expand() 1359 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_add() 1792 struct tcpopt to; in syncache_respond() 2256 struct syncache *sc, struct tcphdr *th, struct tcpopt *to, in syncookie_lookup() 2352 struct syncache *sc, struct tcphdr *th, struct tcpopt *to, in syncookie_cmp()
|
H A D | tcp_input.c | 262 tcp_is_sack_recovery(struct tcpcb *tp, struct tcpopt *to) in tcp_is_sack_recovery() 274 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) in hhook_run_tcp_est_in() 640 struct tcpopt to; /* options in this segment */ in tcp_input_with_port() 1533 struct tcpopt to; in tcp_do_segment() 3548 tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, int flags) in tcp_dooptions() 4073 tcp_do_prr_ack(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, in tcp_do_prr_ack()
|
H A D | tcp_output.c | 156 struct tcpopt *to, uint32_t len, int tso) in hhook_run_tcp_est_out() 209 struct tcpopt to; in tcp_default_output() 1806 tcp_addoptions(struct tcpopt *to, u_char *optp) in tcp_addoptions()
|
H A D | tcp_sack.c | 559 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) in tcp_sack_doack()
|
H A D | tcp_subr.c | 1739 struct tcpopt to; in tcp_respond() 4141 tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, int m… in tcp_do_ack_accounting()
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | scrub_pass.sh | 47 --send-tcpopt-unaligned 72 --send-tcpopt-unaligned
|
H A D | scrub.sh | 46 --send-tcpopt-unaligned 71 --send-tcpopt-unaligned
|
H A D | scrub_compat.sh | 47 --send-tcpopt-unaligned 72 --send-tcpopt-unaligned
|
/freebsd/contrib/netcat/ |
H A D | FREEBSD-upgrade | 8 * --no-tcpopt: Local feature specific to FreeBSD.
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 856 struct tcpopt to; in t4_syncache_respond() 1136 t4opt_to_tcpopt(const struct tcp_options *t4opt, struct tcpopt *to) in t4opt_to_tcpopt() 1341 struct tcpopt to; in do_pass_accept_req() 1404 if (__predict_false(cpl->tcpopt.unknown)) in do_pass_accept_req() 1508 init_conn_params(vi, &settings, &inc, so, &cpl->tcpopt, e->idx, in do_pass_accept_req() 1515 t4opt_to_tcpopt(&cpl->tcpopt, &to); in do_pass_accept_req() 1588 struct tcphdr *th, struct tcpopt *to) in synqe_to_protohdrs() 1624 struct tcpopt to; in do_pass_establish()
|
H A D | t4_tom.c | 1245 const struct tcp_options *tcpopt, int16_t l2t_idx, struct conn_params *cp) in init_conn_params() argument 1347 MPASS(tcpopt != NULL); in init_conn_params() 1350 if (tcpopt->tstamp && in init_conn_params() 1357 if (tcpopt->sack && in init_conn_params() 1364 if (tcpopt->wsf > 0 && tcpopt->wsf < 15 && V_tcp_do_rfc1323) in init_conn_params() 1370 if (tcpopt->ecn && /* XXX: review. */ in init_conn_params()
|
H A D | t4_cpl_io.c | 358 uint16_t tcpopt = be16toh(opt); in make_established() local 384 assign_rxopt(tp, tcpopt); in make_established()
|
/freebsd/sys/netinet/khelp/ |
H A D | h_ertt.c | 200 struct tcpopt *to; in ertt_packet_measurement_hook() 435 struct tcpopt *to; in ertt_add_tx_segment_info_hook()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.h | 92 ctf_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th,
|
H A D | tcp_rack.h | 618 struct socket *, struct tcpcb *, struct tcpopt *,
|
H A D | rack.c | 446 struct socket *so, struct tcpcb *tp, struct tcpopt *to, 507 rack_log_ack(struct tcpcb *tp, struct tcpopt *to, 511 rack_log_output(struct tcpcb *tp, struct tcpopt *to, int32_t len, 526 struct sackblk *sack, struct tcpopt *to, struct rack_sendmap **prsm, 542 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack); 546 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, 551 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, 555 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, 559 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, 563 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, [all …]
|
H A D | tcp_bbr.h | 737 struct socket *, struct tcpcb *, struct tcpopt *,
|
H A D | bbr.c | 2226 bbr_log_ack_event(struct tcp_bbr *bbr, struct tcphdr *th, struct tcpopt *to, uint32_t tlen, in bbr_log_ack_event() 5871 bbr_log_output(struct tcp_bbr *bbr, struct tcpcb *tp, struct tcpopt *to, int32_t len, in bbr_log_output() 6647 uint32_t uts, int32_t match, uint32_t rsm_send_time, int32_t ack_type, struct tcpopt *to) in bbr_update_bbr_info() 6761 struct bbr_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, uint32_t th_ack) in bbr_update_rtt() 6951 struct tcpopt *to, struct bbr_sendmap **prsm, uint32_t cts) in bbr_proc_sack_blk() 7244 bbr_log_syn(struct tcpcb *tp, struct tcpopt *to) in bbr_log_syn() 7284 bbr_log_ack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th, in bbr_log_ack() 7679 struct tcpcb *tp, struct tcpopt *to, in bbr_process_ack() 8425 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fastnewdata() 8560 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_fastack() [all …]
|
H A D | rack_bbr_common.c | 547 ctf_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th, in ctf_drop_checks()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_y.y | 330 | tcpopt tcpopts 333 tcpopt: IL_TCPO_NOP ';' { set_tcpopt(IL_TCPO_NOP, NULL); }
|