MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ipsec6_process_packet

Function ipsec6_process_packet

freebsd/netipsec/ipsec_output.c:602–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602int
603ipsec6_process_packet(struct mbuf *m, struct secpolicy *sp,
604 struct inpcb *inp)
605{
606
607 return (ipsec6_perform_request(m, sp, inp, 0));
608}
609
610static int
611ipsec6_common_output(struct mbuf *m, struct inpcb *inp, int forwarding)

Callers 2

ipsec_transmitFunction · 0.85
ipsec6_common_outputFunction · 0.85

Calls 1

ipsec6_perform_requestFunction · 0.85

Tested by

no test coverage detected