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

Function ipsec4_process_packet

freebsd/netipsec/ipsec_output.c:287–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287int
288ipsec4_process_packet(struct mbuf *m, struct secpolicy *sp,
289 struct inpcb *inp)
290{
291
292 return (ipsec4_perform_request(m, sp, inp, 0));
293}
294
295static int
296ipsec4_common_output(struct mbuf *m, struct inpcb *inp, int forwarding)

Callers 2

ipsec_transmitFunction · 0.85
ipsec4_common_outputFunction · 0.85

Calls 1

ipsec4_perform_requestFunction · 0.85

Tested by

no test coverage detected