Searched refs:IXAF_NO_PFHOOK (Results 1 – 4 of 4) sorted by relevance
606 ixas.ixa_flags = IXAF_NO_IPSEC | IXAF_DONTFRAG | IXAF_NO_PFHOOK; in ipfil_sendpkt()
1848 if (ixaflags & IXAF_NO_PFHOOK) in ire_send_wire_v4()
14452 !(ixaflags & IXAF_NO_PFHOOK)) { in ip_xmit()14494 !(ixaflags & IXAF_NO_PFHOOK)) { in ip_xmit()
2236 #define IXAF_NO_PFHOOK 0x00200000 /* Skip xmit pfhook */ macro