Searched refs:tcp_signature (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/conf/ |
| D | files | 917 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/ |
| D | tcp_var.h | 786 int tcp_signature(struct tdb *, int, struct mbuf *, struct tcphdr *,
|
| D | tcp_subr.c | 1011 tcp_signature(struct tdb *tdb, int af, struct mbuf *m, struct tcphdr *th, in tcp_signature() function
|
| D | tcp_output.c | 929 if (tcp_signature(tdb, tp->pf, m, th, iphlen, 0, in tcp_output()
|
| D | tcp_input.c | 2304 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()
|