Searched refs:TIPC_NLA_PROP_TOL (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/tipc/ |
| D | bearer.c | 766 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer() 1053 if (props[TIPC_NLA_PROP_TOL]) { in __tipc_nl_bearer_set() 1054 b->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_bearer_set() 1055 tipc_node_apply_property(net, b, TIPC_NLA_PROP_TOL); in __tipc_nl_bearer_set() 1112 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, media->tolerance)) in __tipc_nl_add_media() 1242 if (props[TIPC_NLA_PROP_TOL]) in __tipc_nl_media_set() 1243 m->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_media_set()
|
| D | netlink.c | 112 [TIPC_NLA_PROP_TOL] = { .type = NLA_U32 },
|
| D | netlink_compat.c | 580 nla_get_u32(prop[TIPC_NLA_PROP_TOL]), in tipc_nl_compat_link_stat_dump() 683 return nla_put_u32(skb, TIPC_NLA_PROP_TOL, ntohl(lc->value)); in __tipc_add_link_prop()
|
| D | node.c | 1911 if (prop == TIPC_NLA_PROP_TOL) in tipc_node_apply_property() 2131 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_node_set_link() 2134 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link()
|
| D | link.c | 2349 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_parse_link_prop() 2352 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop() 2475 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance)) in __tipc_nl_add_link()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | tipc_netlink.h | 281 TIPC_NLA_PROP_TOL, /* u32 */ enumerator
|