Searched refs:ITPF_PFLAGS (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h525 #define ITPF_PFLAGS 0x7 macro
535 #define ITPF_CLONE(f) (f) = (((f) & ITPF_PFLAGS) | \
536 (((f) & ITPF_PFLAGS) << ITPF_SHIFT));
537 #define ITPF_SWAP(f) (f) = ((((f) & ITPF_PFLAGS) << ITPF_SHIFT) | \
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c581 itp->itp_flags &= ~ITPF_PFLAGS;
1259 itp->itp_flags &= ~ITPF_PFLAGS;
3107 itp->itp_flags &= ~ITPF_PFLAGS;
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1034 itp->itp_flags &= ~ITPF_PFLAGS;

Completed in 77 milliseconds