Searched defs:NG_IDHASH_FN (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netgraph/ | ||
| H A D | ng_base.c | 203 #define NG_IDHASH_FN(ID) ((ID) % (V_ng_ID_hmask + 1)) macro |
| /f-stack/lib/ | ||
| H A D | ff_ng_base.c | 203 #define NG_IDHASH_FN(ID) ((ID) % (V_ng_ID_hmask + 1)) macro |