Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h530 #define ITPF_PFLAGS 0x7 macro
540 #define ITPF_CLONE(f) (f) = (((f) & ITPF_PFLAGS) | \
541 (((f) & ITPF_PFLAGS) << ITPF_SHIFT));
542 #define ITPF_SWAP(f) (f) = ((((f) & ITPF_PFLAGS) << ITPF_SHIFT) | \
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c584 itp->itp_flags &= ~ITPF_PFLAGS; in spdsock_flush_node()
1262 itp->itp_flags &= ~ITPF_PFLAGS; in spdsock_deleterule()
3114 itp->itp_flags &= ~ITPF_PFLAGS; in spdsock_parse()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1034 itp->itp_flags &= ~ITPF_PFLAGS; in iptun_set_sec_simple()