Searched refs:nfhdr (Results 1 – 6 of 6) sorted by relevance
33 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); in __parse_expect() local36 exp->expected.orig.l3protonum = nfhdr->nfgen_family; in __parse_expect()39 exp->mask.orig.l3protonum = nfhdr->nfgen_family; in __parse_expect()42 exp->master.orig.l3protonum = nfhdr->nfgen_family; in __parse_expect()95 exp->nat.orig.l3protonum = nfhdr->nfgen_family; in __parse_expect()
627 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); in nfexp_parse_expect() local643 nfnl_parse_attr(cda, CTA_EXPECT_MAX, NFA_DATA(nfhdr), len); in nfexp_parse_expect()
514 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); in __parse_conntrack() local517 ct->head.orig.l3protonum = nfhdr->nfgen_family; in __parse_conntrack()525 ct->repl.l3protonum = nfhdr->nfgen_family; in __parse_conntrack()533 ct->master.l3protonum = nfhdr->nfgen_family; in __parse_conntrack()
985 struct nfgenmsg *nfhdr = mnl_nlmsg_get_payload(nlh); in nfct_nlmsg_parse() local987 return nfct_payload_parse((uint8_t *)nfhdr + sizeof(struct nfgenmsg), in nfct_nlmsg_parse()989 nfhdr->nfgen_family, ct); in nfct_nlmsg_parse()
913 struct nfgenmsg *nfhdr = NLMSG_DATA(nlh); in nfct_parse_conntrack() local929 nfnl_parse_attr(cda, CTA_MAX, NFA_DATA(nfhdr), len); in nfct_parse_conntrack()
1598 nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf; in swap_nflog_header() local1610 if (nfhdr->nflog_version != 0) { in swap_nflog_header()