Lines Matching defs:nfg
203 const struct nfgenmsg *nfg = NULL;
214 nfg = NLMSG_DATA(nlh);
216 struct nfattr *attr = NFM_NFA(nfg);
271 so nfg is always initialized to NLMSG_DATA(nlh). */
272 if (nfg != NULL)
273 nfqueue_send_verdict(handle, ntohs(nfg->res_id), id, NF_ACCEPT);
346 struct nfgenmsg *nfg = (struct nfgenmsg *) (buf + sizeof(struct nlmsghdr));
363 nfg->nfgen_family = family;
364 nfg->version = NFNETLINK_V0;
365 nfg->res_id = htons(res_id);