Home
last modified time | relevance | path

Searched refs:IXAF_NO_PFHOOK (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_ftable.c606 ixas.ixa_flags = IXAF_NO_IPSEC | IXAF_DONTFRAG | IXAF_NO_PFHOOK; in ipfil_sendpkt()
H A Dip.c14452 !(ixaflags & IXAF_NO_PFHOOK)) { in ip_xmit()
14494 !(ixaflags & IXAF_NO_PFHOOK)) { in ip_xmit()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h2236 #define IXAF_NO_PFHOOK 0x00200000 /* Skip xmit pfhook */ macro