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

Function pf_send

freebsd/netpfil/pf/pf.c:1445–1453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1443/* END state table stuff */
1444
1445static void
1446pf_send(struct pf_send_entry *pfse)
1447{
1448
1449 PF_SENDQ_LOCK();
1450 STAILQ_INSERT_TAIL(&V_pf_sendqueue, pfse, pfse_next);
1451 PF_SENDQ_UNLOCK();
1452 swi_sched(V_pf_swi_cookie, 0);
1453}
1454
1455void
1456pf_intr(void *v)

Callers 2

pf_send_tcpFunction · 0.85
pf_send_icmpFunction · 0.85

Calls 1

swi_schedFunction · 0.50

Tested by

no test coverage detected