Home
last modified time | relevance | path

Searched refs:tcpopt (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/netinet/
H A Dtoecore.h40 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 Dtcp_syncache.h41 int syncache_expand(struct in_conninfo *, struct tcpopt *,
43 struct socket * syncache_add(struct in_conninfo *, struct tcpopt *,
H A Dtcp_var.h866 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 Dtoecore.c356 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 Dtcp_timewait.c152 * 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 Dtcp_syncache.c136 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 Dtcp_input.c262 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 Dtcp_output.c156 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 Dtcp_sack.c559 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) in tcp_sack_doack()
H A Dtcp_subr.c1739 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 Dscrub_pass.sh47 --send-tcpopt-unaligned
72 --send-tcpopt-unaligned
H A Dscrub.sh46 --send-tcpopt-unaligned
71 --send-tcpopt-unaligned
H A Dscrub_compat.sh47 --send-tcpopt-unaligned
72 --send-tcpopt-unaligned
/freebsd/contrib/netcat/
H A DFREEBSD-upgrade8 * --no-tcpopt: Local feature specific to FreeBSD.
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c856 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 Dt4_tom.c1245 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 Dt4_cpl_io.c358 uint16_t tcpopt = be16toh(opt); in make_established() local
384 assign_rxopt(tp, tcpopt); in make_established()
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c200 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 Drack_bbr_common.h92 ctf_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th,
H A Dtcp_rack.h618 struct socket *, struct tcpcb *, struct tcpopt *,
H A Drack.c446 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 Dtcp_bbr.h737 struct socket *, struct tcpcb *, struct tcpopt *,
H A Dbbr.c2226 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 Drack_bbr_common.c547 ctf_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th, in ctf_drop_checks()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y330 | tcpopt tcpopts
333 tcpopt: IL_TCPO_NOP ';' { set_tcpopt(IL_TCPO_NOP, NULL); }

12