Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_support.h115 #define TCPMD5_INPUT(m, ...) \ macro
138 #define TCPMD5_INPUT(m, ...) \ macro
/freebsd/sys/netinet/
H A Dtcp_syncache.c1129 TCPMD5_INPUT(m, th, to->to_signature) != 0)) { in syncache_expand()
1168 TCPMD5_INPUT(m, th, to->to_signature) != 0) { in syncache_expand()
1482 TCPMD5_INPUT(m, th, to->to_signature) != 0) in syncache_add()
1486 TCPMD5_INPUT(m, NULL, NULL) != ENOENT) in syncache_add()
H A Dtcp_input.c1372 TCPMD5_INPUT(m, th, to.to_signature) != 0) in tcp_input_with_port()