HomeSort by: relevance | last modified time | path
    Searched defs:ipsec_common_input (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netipsec/
ipsec_input.c 209 * ipsec_common_input gets called when an IPsec-protected packet
215 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) function in typeref:typename:int
355 (void)ipsec_common_input(m, off, offsetof(struct ip, ip_p),
498 (void) ipsec_common_input(*mp, *offp, protoff, AF_INET6, proto);
ipsec_input.c 209 * ipsec_common_input gets called when an IPsec-protected packet
215 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) function in typeref:typename:int
355 (void)ipsec_common_input(m, off, offsetof(struct ip, ip_p),
498 (void) ipsec_common_input(*mp, *offp, protoff, AF_INET6, proto);

Completed in 21 milliseconds