Home
last modified time | relevance | path

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

/openbsd/src/sys/conf/
Dfiles917 file netinet/ip_ipsp.c ipsec | tcp_signature
918 file netinet/ip_spd.c ipsec | tcp_signature
1054 file net/pfkeyv2.c ipsec | tcp_signature
1055 file net/pfkeyv2_parsemessage.c ipsec | tcp_signature
1056 file net/pfkeyv2_convert.c ipsec | tcp_signature
/openbsd/src/sys/netinet/
Dtcp_var.h786 int tcp_signature(struct tdb *, int, struct mbuf *, struct tcphdr *,
Dtcp_subr.c1011 tcp_signature(struct tdb *tdb, int af, struct mbuf *m, struct tcphdr *th, in tcp_signature() function
Dtcp_output.c929 if (tcp_signature(tdb, tp->pf, m, th, iphlen, 0, in tcp_output()
Dtcp_input.c2304 if (tcp_signature(tdb, tp->pf, m, th, iphlen, 1, sig) < 0) in tcp_dooptions()
4162 if (tcp_signature(tdb, sc->sc_src.sa.sa_family, m, th, in syn_cache_respond()