Searched refs:tcpopt (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/netinet/ |
H A D | tcp_var.h | 484 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 D | tcp_sack.c | 368 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 D | tcp_input.c | 262 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 D | tcp_syncache.c | 962 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_add()
|