Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c628 config->popt |= UNIPROTO_GFP; in uni_get_config()
679 if (*popt_mask & UNIPROTO_GFP) { in uni_set_config()
680 if (config->popt & UNIPROTO_GFP) { in uni_set_config()
682 *popt_mask &= ~UNIPROTO_GFP; in uni_set_config()
686 *popt_mask &= ~UNIPROTO_GFP; in uni_set_config()
H A Dunidef.h97 UNIPROTO_GFP = 0x0001, /* enable GFP */ enumerator