Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dbearer.c847 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer()
1147 if (props[TIPC_NLA_PROP_TOL]) { in __tipc_nl_bearer_set()
1148 b->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_bearer_set()
1149 tipc_node_apply_property(net, b, TIPC_NLA_PROP_TOL); in __tipc_nl_bearer_set()
1212 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, media->tolerance)) in __tipc_nl_add_media()
1344 if (props[TIPC_NLA_PROP_TOL]) in __tipc_nl_media_set()
1345 m->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_media_set()
H A Dnetlink.c119 [TIPC_NLA_PROP_TOL] = { .type = NLA_U32 },
H A Dnetlink_compat.c610 nla_get_u32(prop[TIPC_NLA_PROP_TOL]), in tipc_nl_compat_link_stat_dump()
713 return nla_put_u32(skb, TIPC_NLA_PROP_TOL, ntohl(lc->value)); in __tipc_add_link_prop()
H A Dlink.c2607 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_parse_link_prop()
2610 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop()
2733 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance)) in __tipc_nl_add_link()
H A Dnode.c2224 if (prop == TIPC_NLA_PROP_TOL) in tipc_node_apply_property()
2470 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_node_set_link()
2473 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link()
/openbmc/linux/include/uapi/linux/
H A Dtipc_netlink.h289 TIPC_NLA_PROP_TOL, /* u32 */ enumerator