linkinfo
const struct linkinfo *nlink;
+ (nhooks * sizeof(struct linkinfo)), M_NOWAIT);
struct linkinfo *const link = &hl->link[ni->hooks];
DEFINE_PARSE_STRUCT_TYPE(linkinfo, LINKINFO, (&ng_generic_nodeinfo_type));
struct linkinfo link[0]; /* info about each hook */
+ (nhooks * sizeof(struct linkinfo)), M_WAITOK | M_NULLOK);
struct linkinfo *const link = &hl->link[ni->hooks];
DEFINE_PARSE_STRUCT_TYPE(linkinfo, LINKINFO, (&ng_generic_nodeinfo_type));
struct linkinfo link[]; /* info about each hook */
struct linkinfo *const sc_link = &hlist->link[k];
const struct linkinfo *nlink;
const struct linkinfo *nlink;