NFTA_CT_HELPER_L3PROTO
if (tb[NFTA_CT_HELPER_L3PROTO])
family = ntohs(nla_get_be16(tb[NFTA_CT_HELPER_L3PROTO]));
if (nla_put_be16(skb, NFTA_CT_HELPER_L3PROTO, htons(family)))
[NFTA_CT_HELPER_L3PROTO] = { .type = NLA_U16 },