Searched refs:tcpopt (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dtoecore.h38 struct tcpopt;
131 void toe_syncache_add(struct in_conninfo *, struct tcpopt *, struct tcphdr *,
133 int toe_syncache_expand(struct in_conninfo *, struct tcpopt *, struct tcphdr *,
H A Dtcp_syncache.h44 int syncache_expand(struct in_conninfo *, struct tcpopt *,
46 int syncache_add(struct in_conninfo *, struct tcpopt *,
H A Dtcp_var.h392 struct tcpopt { struct
666 struct tcpopt *to;
673 struct tcphdr *th, struct tcpopt *to,
848 int tcp_addoptions(struct tcpopt *, u_char *);
869 void tcp_dooptions(struct tcpopt *, u_char *, int, int);
884 struct tcphdr *th, struct tcpopt *to);
926 int tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *,
957 int tcp_sack_doack(struct tcpcb *, struct tcpopt *, tcp_seq);
H A Dtoecore.c338 toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
349 toe_syncache_expand(struct in_conninfo *inc, struct tcpopt *to,
H A Dtcp_syncache.c146 struct syncache *, struct tcphdr *, struct tcpopt *,
151 struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
1003 syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
1307 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
1711 struct tcpopt to;
2134 struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
2230 struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
H A Dtcp_timewait.c379 tcp_twcheck(struct inpcb *inp, struct tcpopt *to, struct tcphdr *th,
559 struct tcpopt to;
H A Dtcp_output.c154 struct tcpopt *to, uint32_t len, int tso)
210 struct tcpopt to;
1687 tcp_addoptions(struct tcpopt *to, u_char *optp)
H A Dtcp_input.c279 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to)
601 struct tcpopt to; /* options in this segment */
1527 struct tcpopt to;
3362 * Parse TCP options and place in tcpopt.
3365 tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, int flags)
H A Dtcp_sack.c540 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack)
H A Dtcp_subr.c1304 struct tcpopt to;
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack_bbr_common.h76 ctf_drop_checks(struct tcpopt *to, struct mbuf *m,
H A Dtcp_rack.h284 struct socket *, struct tcpcb *, struct tcpopt *,
H A Drack.c269 struct socket *so, struct tcpcb *tp, struct tcpopt *to,
313 rack_log_ack(struct tcpcb *tp, struct tcpopt *to,
316 rack_log_output(struct tcpcb *tp, struct tcpopt *to, int32_t len,
331 struct sackblk *sack, struct tcpopt *to, struct rack_sendmap **prsm,
354 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type);
361 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
365 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
376 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
380 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
384 struct socket *so, struct tcpcb *tp, struct tcpopt *t
[all...]
H A Drack_bbr_common.c452 ctf_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int32_t * tlenp, int32_t * thf, int32_t * drop_hdrlen, int32_t * ret_val)
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c714 struct tcpopt to;
981 t4opt_to_tcpopt(const struct tcp_options *t4opt, struct tcpopt *to)
1168 struct tcpopt to;
1215 if (__predict_false(cpl->tcpopt.unknown))
1308 init_conn_params(vi, &settings, &inc, so, &cpl->tcpopt, e->idx,
1315 t4opt_to_tcpopt(&cpl->tcpopt, &to);
1379 struct tcphdr *th, struct tcpopt *to)
1415 struct tcpopt to;
H A Dt4_tom.c1087 const struct tcp_options *tcpopt, int16_t l2t_idx, struct conn_params *cp)
1194 MPASS(tcpopt != NULL);
1197 if (tcpopt->tstamp &&
1204 if (tcpopt->sack &&
1211 if (tcpopt->wsf > 0 && tcpopt->wsf < 15 && V_tcp_do_rfc1323)
1217 if (tcpopt->ecn && /* XXX: review. */
1085 init_conn_params(struct vi_info *vi , struct offload_settings *s, struct in_conninfo *inc, struct socket *so, const struct tcp_options *tcpopt, int16_t l2t_idx, struct conn_params *cp) argument
H A Dt4_cpl_io.c386 uint16_t tcpopt = be16toh(opt); local
412 assign_rxopt(tp, tcpopt);
/freebsd-12-stable/sys/netinet/khelp/
H A Dh_ertt.c203 struct tcpopt *to;
438 struct tcpopt *to;
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y332 | tcpopt tcpopts
335 tcpopt: IL_TCPO_NOP ';' { set_tcpopt(IL_TCPO_NOP, NULL); } label
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h728 struct tcp_options tcpopt; member in struct:cpl_pass_accept_req

Completed in 766 milliseconds