TIPC_NLA_PUBL_LOWER
if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_LOWER, sr->lower))
if (upbound && (upbound < nla_get_u32(publ[TIPC_NLA_PUBL_LOWER])))
nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]),
lower = nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]);
if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->sr.lower))