Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft-shared.c339 uint32_t mt_len; in nft_parse_match() local
341 const void *mt_info = nftnl_expr_get(e, NFTNL_EXPR_MT_INFO, &mt_len); in nft_parse_match()
362 m = xtables_calloc(1, sizeof(struct xt_entry_match) + mt_len); in nft_parse_match()
363 memcpy(&m->data, mt_info, mt_len); in nft_parse_match()
364 m->u.match_size = mt_len + XT_ALIGN(sizeof(struct xt_entry_match)); in nft_parse_match()