Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dbearer.c700 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer()
987 if (props[TIPC_NLA_PROP_TOL]) { in __tipc_nl_bearer_set()
988 b->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_bearer_set()
989 tipc_node_apply_property(net, b, TIPC_NLA_PROP_TOL); in __tipc_nl_bearer_set()
1046 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, media->tolerance)) in __tipc_nl_add_media()
1176 if (props[TIPC_NLA_PROP_TOL]) in __tipc_nl_media_set()
1177 m->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_media_set()
Dnetlink.c112 [TIPC_NLA_PROP_TOL] = { .type = NLA_U32 },
Dnetlink_compat.c530 nla_get_u32(prop[TIPC_NLA_PROP_TOL]), in tipc_nl_compat_link_stat_dump()
633 return nla_put_u32(skb, TIPC_NLA_PROP_TOL, ntohl(lc->value)); in __tipc_add_link_prop()
Dlink.c1963 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_parse_link_prop()
1966 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop()
2089 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance)) in __tipc_nl_add_link()
Dnode.c1806 if (prop == TIPC_NLA_PROP_TOL) in tipc_node_apply_property()
2026 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_node_set_link()
2029 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link()
/Linux-v4.19/include/uapi/linux/
Dtipc_netlink.h281 TIPC_NLA_PROP_TOL, /* u32 */ enumerator