Home
last modified time | relevance | path

Searched refs:F_EXT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/setkey/
H A Dparse.y107 %token F_EXT EXTENSION NOCYCLICSEQ
510 : F_EXT EXTENSION { p_ext |= $2; }
511 | F_EXT NOCYCLICSEQ { p_ext &= ~SADB_X_EXT_CYCSEQ; }
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h6375 #define F_EXT V_EXT(1U) macro