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

/freebsd-11-stable/sys/netinet/
H A Dtoecore.h36 struct tcpopt;
124 void toe_syncache_add(struct in_conninfo *, struct tcpopt *, struct tcphdr *,
126 int toe_syncache_expand(struct in_conninfo *, struct tcpopt *, struct tcphdr *,
H A Dtcp_syncache.h42 int syncache_expand(struct in_conninfo *, struct tcpopt *,
44 int syncache_add(struct in_conninfo *, struct tcpopt *,
H A Dtcp_var.h368 struct tcpopt { struct
637 struct tcpopt *to;
736 int tcp_addoptions(struct tcpopt *, u_char *);
757 void tcp_dooptions(struct tcpopt *, u_char *, int, int);
770 struct tcphdr *th, struct tcpopt *to);
805 int tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *,
833 int tcp_sack_doack(struct tcpcb *, struct tcpopt *, tcp_seq);
H A Dtoecore.c327 toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
338 toe_syncache_expand(struct in_conninfo *inc, struct tcpopt *to,
H A Dtcp_syncache.c138 struct syncache *, struct tcphdr *, struct tcpopt *,
143 struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
972 syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
1266 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
1651 struct tcpopt to;
2070 struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
2166 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.c142 struct tcphdr *th, struct tcpopt *to,
151 struct tcpopt *to, long len, int tso)
201 struct tcpopt to;
1692 tcp_addoptions(struct tcpopt *to, u_char *optp)
H A Dtcp_sack.c543 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack)
H A Dtcp_input.c282 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to)
600 struct tcpopt to; /* options in this segment */
1562 struct tcpopt to;
3386 * Parse TCP options and place in tcpopt.
3389 tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, int flags)
H A Dtcp_subr.c875 struct tcpopt to;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c700 struct tcpopt to;
986 t4opt_to_tcpopt(const struct tcp_options *t4opt, struct tcpopt *to)
1012 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode,
1031 if (tcpopt->sack && (s->sack > 0 || (s->sack < 0 && V_tcp_do_rfc1323)))
1034 if (tcpopt->tstamp &&
1038 if (tcpopt->wsf < 15 && V_tcp_do_rfc1323)
1247 struct tcpopt to;
1292 if (__predict_false(cpl->tcpopt.unknown))
1388 t4opt_to_tcpopt(&cpl->tcpopt, &to);
1397 rscale = cpl->tcpopt
1011 calc_opt2p(struct adapter *sc, struct port_info *pi, int rxqid, const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode, struct cc_algo *cc, const struct offload_settings *s) argument
[all...]
H A Dt4_cpl_io.c397 uint16_t tcpopt = be16toh(opt); local
424 assign_rxopt(tp, tcpopt);
/freebsd-11-stable/sys/netinet/khelp/
H A Dh_ertt.c201 struct tcpopt *to;
435 struct tcpopt *to;
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1533 assign_rxopt(struct tcpcb *tp, uint16_t tcpopt) argument
1538 tp->t_maxseg = sc->params.mtus[G_TCPOPT_MSS(tcpopt)] - 40;
1540 if (G_TCPOPT_TSTAMP(tcpopt)) {
1547 if (G_TCPOPT_SACK(tcpopt))
1552 if (G_TCPOPT_WSCALE_OK(tcpopt))
1558 tp->snd_scale = G_TCPOPT_SND_WSCALE(tcpopt);
1576 uint16_t tcpopt = be16toh(cpl_tcpopt); local
1609 assign_rxopt(tp, tcpopt);
H A Dcxgb_listen.c389 struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to)
492 struct tcpopt to;
646 struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to)
685 struct tcpopt to;
936 struct tcpopt to;
/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.c167 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen,
338 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen,
442 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen,
1694 struct tcpopt to;
1945 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen,
2168 struct tcpopt to;
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y332 | tcpopt tcpopts
335 tcpopt: IL_TCPO_NOP ';' { set_tcpopt(IL_TCPO_NOP, NULL); } label
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h726 struct tcp_options tcpopt; member in struct:cpl_pass_accept_req

Completed in 167 milliseconds