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

/freebsd-10.1-release/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 void syncache_add(struct in_conninfo *, struct tcpopt *,
H A Dtcp_var.h294 struct tcpopt { struct
547 struct tcpopt *to;
644 int tcp_addoptions(struct tcpopt *, u_char *);
693 int tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *,
698 int tcp_signature_verify(struct mbuf *, int, int, int, struct tcpopt *,
723 void tcp_sack_doack(struct tcpcb *, struct tcpopt *, tcp_seq);
H A Dtcp_syncache.c137 struct syncache *, struct tcphdr *, struct tcpopt *,
142 struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
942 syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
1107 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
1407 struct tcpopt to;
1808 struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
1904 struct syncache *sc, struct tcphdr *th, struct tcpopt *to,
H A Dtcp_timewait.c353 tcp_twcheck(struct inpcb *inp, struct tcpopt *to __unused, struct tcphdr *th,
518 struct tcpopt to;
H A Dtoecore.c326 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_output.c128 struct tcphdr *th, struct tcpopt *to,
137 struct tcpopt *to, long len, int tso)
187 struct tcpopt to;
1452 tcp_addoptions(struct tcpopt *to, u_char *optp)
H A Dtcp_input.c222 static void tcp_dooptions(struct tcpopt *, u_char *, int, int);
237 struct tcphdr *th, struct tcpopt *to);
265 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to)
455 struct tcpopt *to, struct tcphdr *th, u_int tcpbflag)
562 struct tcpopt to; /* options in this segment */
1442 struct tcpopt to;
3171 * Parse TCP options and place in tcpopt.
3174 tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, int flags)
H A Dtcp_sack.c349 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack)
H A Dtcp_subr.c2112 struct tcpopt *to, struct tcphdr *th, u_int tcpbflag)
/freebsd-10.1-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c666 extern void tcp_dooptions(struct tcpopt *, u_char *, int, int);
675 struct tcpopt to;
991 t4opt_to_tcpopt(const struct tcp_options *t4opt, struct tcpopt *to)
1017 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode)
1026 if (tcpopt->tstamp)
1028 if (tcpopt->sack)
1030 if (tcpopt->wsf <= 14)
1225 struct tcpopt to;
1245 t4opt_to_tcpopt(&cpl->tcpopt, &to);
1271 if (cpl->tcpopt
1016 calc_opt2p(struct adapter *sc, struct port_info *pi, int rxqid, const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode) argument
[all...]
H A Dt4_cpl_io.c279 uint16_t tcpopt = be16toh(opt); local
316 assign_rxopt(tp, tcpopt);
/freebsd-10.1-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c387 struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to)
503 struct tcpopt to;
663 struct in_conninfo *inc, struct tcphdr *th, struct tcpopt *to)
702 struct tcpopt to;
941 extern void tcp_dooptions(struct tcpopt *, u_char *, int, int);
954 struct tcpopt to;
H A Dcxgb_cpl_io.c1533 assign_rxopt(struct tcpcb *tp, uint16_t tcpopt) argument
1538 tp->t_maxseg = tp->t_maxopd = sc->params.mtus[G_TCPOPT_MSS(tcpopt)] - 40;
1540 if (G_TCPOPT_TSTAMP(tcpopt)) {
1548 if (G_TCPOPT_SACK(tcpopt))
1553 if (G_TCPOPT_WSCALE_OK(tcpopt))
1559 tp->snd_scale = G_TCPOPT_SND_WSCALE(tcpopt);
1577 uint16_t tcpopt = be16toh(cpl_tcpopt); local
1610 assign_rxopt(tp, tcpopt);
/freebsd-10.1-release/sys/netinet/khelp/
H A Dh_ertt.c201 struct tcpopt *to;
435 struct tcpopt *to;
/freebsd-10.1-release/contrib/ipfilter/iplang/
H A Diplang_y.y343 | tcpopt tcpopts
346 tcpopt: IL_TCPO_NOP ';' { set_tcpopt(IL_TCPO_NOP, NULL); } label
/freebsd-10.1-release/sys/dev/cxgbe/common/
H A Dt4_msg.h635 struct tcp_options tcpopt; member in struct:cpl_pass_accept_req

Completed in 142 milliseconds