Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c3134 tcp_keyed_hash(struct in_conninfo *inc, u_char *key, u_int len) in tcp_keyed_hash() function
3177 return (tcp_keyed_hash(local_inc, V_ts_offset_secret, in tcp_new_ts_offset()
3258 new_isn = (tcp_seq)tcp_keyed_hash(inc, V_isn_secret, in tcp_new_isn()