Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dbearer.c617 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer()
847 if (props[TIPC_NLA_PROP_TOL]) in tipc_nl_bearer_set()
848 b->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_bearer_set()
883 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, media->tolerance)) in __tipc_nl_add_media()
1015 if (props[TIPC_NLA_PROP_TOL]) in tipc_nl_media_set()
1016 m->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_media_set()
Dlink.c75 [TIPC_NLA_PROP_TOL] = { .type = NLA_U32 },
1852 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_parse_link_prop()
1855 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop()
1918 if (props[TIPC_NLA_PROP_TOL]) { in tipc_nl_link_set()
1921 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_link_set()
2054 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance)) in __tipc_nl_add_link()
Dnetlink_compat.c492 nla_get_u32(prop[TIPC_NLA_PROP_TOL]), in tipc_nl_compat_link_stat_dump()
603 if (nla_put_u32(skb, TIPC_NLA_PROP_TOL, ntohl(lc->value))) in tipc_nl_compat_link_set()
/linux-4.1.27/include/uapi/linux/
Dtipc_netlink.h204 TIPC_NLA_PROP_TOL, /* u32 */ enumerator