Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dbearer.c832 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer()
1126 if (props[TIPC_NLA_PROP_TOL]) { in __tipc_nl_bearer_set()
1127 b->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_bearer_set()
1128 tipc_node_apply_property(net, b, TIPC_NLA_PROP_TOL); in __tipc_nl_bearer_set()
1191 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, media->tolerance)) in __tipc_nl_add_media()
1323 if (props[TIPC_NLA_PROP_TOL]) in __tipc_nl_media_set()
1324 m->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in __tipc_nl_media_set()
Dnetlink.c119 [TIPC_NLA_PROP_TOL] = { .type = NLA_U32 },
Dnetlink_compat.c613 nla_get_u32(prop[TIPC_NLA_PROP_TOL]), in tipc_nl_compat_link_stat_dump()
716 return nla_put_u32(skb, TIPC_NLA_PROP_TOL, ntohl(lc->value)); in __tipc_add_link_prop()
Dlink.c2604 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_parse_link_prop()
2607 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop()
2730 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance)) in __tipc_nl_add_link()
Dnode.c2223 if (prop == TIPC_NLA_PROP_TOL) in tipc_node_apply_property()
2469 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_node_set_link()
2472 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link()
/linux-6.1.9/include/uapi/linux/
Dtipc_netlink.h289 TIPC_NLA_PROP_TOL, /* u32 */ enumerator