Symbol: tcpopt
sbin/ipf/iplang/iplang_y.y
330
| tcpopt tcpopts
sbin/ipf/iplang/iplang_y.y
333
tcpopt: IL_TCPO_NOP ';' { set_tcpopt(IL_TCPO_NOP, NULL); }
sys/dev/cxgbe/common/t4_msg.h
763
struct tcp_options tcpopt;
sys/dev/cxgbe/tom/t4_cpl_io.c
364
uint16_t tcpopt = be16toh(opt);
sys/dev/cxgbe/tom/t4_cpl_io.c
390
assign_rxopt(tp, tcpopt);
sys/dev/cxgbe/tom/t4_listen.c
1137
t4opt_to_tcpopt(const struct tcp_options *t4opt, struct tcpopt *to)
sys/dev/cxgbe/tom/t4_listen.c
1342
struct tcpopt to;
sys/dev/cxgbe/tom/t4_listen.c
1405
if (__predict_false(cpl->tcpopt.unknown))
sys/dev/cxgbe/tom/t4_listen.c
1509
init_conn_params(vi, &settings, &inc, so, &cpl->tcpopt, e->idx,
sys/dev/cxgbe/tom/t4_listen.c
1518
t4opt_to_tcpopt(&cpl->tcpopt, &to);
sys/dev/cxgbe/tom/t4_listen.c
1591
struct tcphdr *th, struct tcpopt *to)
sys/dev/cxgbe/tom/t4_listen.c
1627
struct tcpopt to;
sys/dev/cxgbe/tom/t4_listen.c
857
struct tcpopt to;
sys/dev/cxgbe/tom/t4_tom.c
1251
const struct tcp_options *tcpopt, int16_t l2t_idx, struct conn_params *cp)
sys/dev/cxgbe/tom/t4_tom.c
1356
MPASS(tcpopt != NULL);
sys/dev/cxgbe/tom/t4_tom.c
1359
if (tcpopt->tstamp &&
sys/dev/cxgbe/tom/t4_tom.c
1366
if (tcpopt->sack &&
sys/dev/cxgbe/tom/t4_tom.c
1373
if (tcpopt->wsf > 0 && tcpopt->wsf < 15 && V_tcp_do_rfc1323)
sys/dev/cxgbe/tom/t4_tom.c
1379
if (tcpopt->ecn && /* XXX: review. */
sys/netinet/khelp/h_ertt.c
200
struct tcpopt *to;
sys/netinet/khelp/h_ertt.c
435
struct tcpopt *to;
sys/netinet/tcp_input.c
1496
struct tcpopt to;
sys/netinet/tcp_input.c
258
tcp_is_sack_recovery(struct tcpcb *tp, struct tcpopt *to)
sys/netinet/tcp_input.c
270
hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to)
sys/netinet/tcp_input.c
3469
tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, int flags)
sys/netinet/tcp_input.c
3994
tcp_do_prr_ack(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to,
sys/netinet/tcp_input.c
623
struct tcpopt to; /* options in this segment */
sys/netinet/tcp_output.c
152
struct tcpopt *to, uint32_t len, int tso)
sys/netinet/tcp_output.c
1793
tcp_addoptions(struct tcpopt *to, u_char *optp)
sys/netinet/tcp_output.c
205
struct tcpopt to;
sys/netinet/tcp_sack.c
553
tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack)
sys/netinet/tcp_stacks/bbr.c
11278
struct tcpopt to;
sys/netinet/tcp_stacks/bbr.c
11853
struct tcpopt to;
sys/netinet/tcp_stacks/bbr.c
2222
bbr_log_ack_event(struct tcp_bbr *bbr, struct tcphdr *th, struct tcpopt *to, uint32_t tlen,
sys/netinet/tcp_stacks/bbr.c
5864
bbr_log_output(struct tcp_bbr *bbr, struct tcpcb *tp, struct tcpopt *to, int32_t len,
sys/netinet/tcp_stacks/bbr.c
6640
uint32_t uts, int32_t match, uint32_t rsm_send_time, int32_t ack_type, struct tcpopt *to)
sys/netinet/tcp_stacks/bbr.c
6754
struct bbr_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, uint32_t th_ack)
sys/netinet/tcp_stacks/bbr.c
6944
struct tcpopt *to, struct bbr_sendmap **prsm, uint32_t cts)
sys/netinet/tcp_stacks/bbr.c
7237
bbr_log_syn(struct tcpcb *tp, struct tcpopt *to)
sys/netinet/tcp_stacks/bbr.c
7277
bbr_log_ack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th,
sys/netinet/tcp_stacks/bbr.c
7672
struct tcpcb *tp, struct tcpopt *to,
sys/netinet/tcp_stacks/bbr.c
8418
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/bbr.c
8553
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/bbr.c
8732
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/bbr.c
8943
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/bbr.c
9164
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/bbr.c
9300
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/bbr.c
9421
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/bbr.c
9546
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/bbr.c
9648
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/bbr.c
9750
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
10121
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)
sys/netinet/tcp_stacks/rack.c
10685
rack_log_ack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th, int entered_recovery, int dup_ack_struck,
sys/netinet/tcp_stacks/rack.c
11627
struct tcpcb *tp, struct tcpopt *to,
sys/netinet/tcp_stacks/rack.c
12390
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
12517
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
12723
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
12947
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
13161
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
13290
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
13413
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
13535
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
13636
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
13738
struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
sys/netinet/tcp_stacks/rack.c
15565
struct tcpopt to_holder, *to = NULL;
sys/netinet/tcp_stacks/rack.c
16237
struct tcpopt to;
sys/netinet/tcp_stacks/rack.c
18355
struct tcpopt to;
sys/netinet/tcp_stacks/rack.c
18941
struct tcpopt to;
sys/netinet/tcp_stacks/rack.c
19582
struct tcpopt to;
sys/netinet/tcp_stacks/rack.c
427
struct socket *so, struct tcpcb *tp, struct tcpopt *to,
sys/netinet/tcp_stacks/rack.c
488
rack_log_ack(struct tcpcb *tp, struct tcpopt *to,
sys/netinet/tcp_stacks/rack.c
492
rack_log_output(struct tcpcb *tp, struct tcpopt *to, int32_t len,
sys/netinet/tcp_stacks/rack.c
507
struct sackblk *sack, struct tcpopt *to, struct rack_sendmap **prsm,
sys/netinet/tcp_stacks/rack.c
523
struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack);
sys/netinet/tcp_stacks/rack.c
527
struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
sys/netinet/tcp_stacks/rack.c
532
struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
sys/netinet/tcp_stacks/rack.c
536
struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
sys/netinet/tcp_stacks/rack.c
540
struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
sys/netinet/tcp_stacks/rack.c
544
struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
sys/netinet/tcp_stacks/rack.c
548
struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
sys/netinet/tcp_stacks/rack.c
552
struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
sys/netinet/tcp_stacks/rack.c
556
struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
sys/netinet/tcp_stacks/rack.c
560
struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
sys/netinet/tcp_stacks/rack.c
8136
rack_log_output(struct tcpcb *tp, struct tcpopt *to, int32_t len,
sys/netinet/tcp_stacks/rack.c
8714
struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack)
sys/netinet/tcp_stacks/rack.c
9222
struct tcpopt *to, struct rack_sendmap **prsm, uint32_t cts,
sys/netinet/tcp_stacks/rack_bbr_common.c
543
ctf_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th,
sys/netinet/tcp_stacks/rack_bbr_common.h
92
ctf_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th,
sys/netinet/tcp_stacks/tcp_bbr.h
735
struct socket *, struct tcpcb *, struct tcpopt *,
sys/netinet/tcp_stacks/tcp_rack.h
616
struct socket *, struct tcpcb *, struct tcpopt *,
sys/netinet/tcp_subr.c
1736
struct tcpopt to;
sys/netinet/tcp_subr.c
4414
tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, int mss)
sys/netinet/tcp_syncache.c
1068
syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
sys/netinet/tcp_syncache.c
138
struct tcphdr *, struct tcpopt *, struct socket *,
sys/netinet/tcp_syncache.c
1398
syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
sys/netinet/tcp_syncache.c
146
struct tcphdr *, struct tcpopt *, struct socket *,
sys/netinet/tcp_syncache.c
1849
struct tcpopt to;
sys/netinet/tcp_syncache.c
2321
struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
sys/netinet/tcp_syncache.c
2418
struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
sys/netinet/tcp_syncache.h
41
int syncache_expand(struct in_conninfo *, struct tcpopt *,
sys/netinet/tcp_syncache.h
43
struct socket * syncache_add(struct in_conninfo *, struct tcpopt *,
sys/netinet/tcp_timewait.c
154
tcp_twcheck(struct inpcb *inp, struct tcpopt *to, struct tcphdr *th,
sys/netinet/tcp_var.h
1176
struct tcpopt *to;
sys/netinet/tcp_var.h
1183
struct tcphdr *th, struct tcpopt *to,
sys/netinet/tcp_var.h
1393
int tcp_addoptions(struct tcpopt *, u_char *);
sys/netinet/tcp_var.h
1408
void tcp_dooptions(struct tcpopt *, u_char *, int, int);
sys/netinet/tcp_var.h
1423
struct tcphdr *th, struct tcpopt *to);
sys/netinet/tcp_var.h
1494
bool tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *,
sys/netinet/tcp_var.h
1525
tcp_sack_doack(struct tcpcb *, struct tcpopt *, tcp_seq);
sys/netinet/tcp_var.h
1534
void tcp_do_prr_ack(struct tcpcb *, struct tcphdr *, struct tcpopt *,
sys/netinet/tcp_var.h
1586
int tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, int mss);
sys/netinet/toecore.c
355
toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
sys/netinet/toecore.c
366
toe_syncache_expand(struct in_conninfo *inc, struct tcpopt *to,
sys/netinet/toecore.h
141
void toe_syncache_add(struct in_conninfo *, struct tcpopt *, struct tcphdr *,
sys/netinet/toecore.h
143
int toe_syncache_expand(struct in_conninfo *, struct tcpopt *, struct tcphdr *,
sys/netinet/toecore.h
40
struct tcpopt;