IFLA_NETKIT_PEER_SCRUB
if (data[IFLA_NETKIT_PEER_SCRUB])
scrub_peer = nla_get_u32(data[IFLA_NETKIT_PEER_SCRUB]);
{ IFLA_NETKIT_PEER_SCRUB, "peer scrubbing" },
if (nla_put_u32(skb, IFLA_NETKIT_PEER_SCRUB, nk->scrub))
[IFLA_NETKIT_PEER_SCRUB] = NLA_POLICY_MAX(NLA_U32, NETKIT_SCRUB_DEFAULT),
addattr32(&req.n, sizeof(req), IFLA_NETKIT_PEER_SCRUB, peer_scrub);