Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_var.h484 struct tcpopt { struct
718 void tcp_sack_update_scoreboard(struct tcpcb *tp, struct tcpopt *to);
742 int syncache_add(struct in_conninfo *, struct tcpopt *,
H A Dtcp_sack.c368 tcp_sack_add_blocks(struct tcpcb *tp, struct tcpopt *to) in tcp_sack_add_blocks()
406 tcp_sack_update_scoreboard(struct tcpcb *tp, struct tcpopt *to) in tcp_sack_update_scoreboard()
H A Dtcp_input.c262 static void tcp_dooptions(struct tcpopt *, u_char *, int, boolean_t,
658 struct tcpopt to; /* options in this segment */ in tcp_input()
2661 tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, boolean_t is_syn, in tcp_dooptions()
H A Dtcp_syncache.c962 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_add()