Searched refs:TIPC_NLA_PROP_WIN (Results 1 – 6 of 6) sorted by relevance
849 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->max_win)) in __tipc_nl_add_bearer()1150 if (props[TIPC_NLA_PROP_WIN]) in __tipc_nl_bearer_set()1151 b->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in __tipc_nl_bearer_set()1211 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, media->max_win)) in __tipc_nl_add_media()1345 if (props[TIPC_NLA_PROP_WIN]) in __tipc_nl_media_set()1346 m->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in __tipc_nl_media_set()
665 if (!props[TIPC_NLA_PROP_WIN] && in tipc_nl_bc_link_set()681 if (!err && props[TIPC_NLA_PROP_WIN]) { in tipc_nl_bc_link_set()682 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bc_link_set()
120 [TIPC_NLA_PROP_WIN] = { .type = NLA_U32 },
506 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in __fill_bc_link_stat()611 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in tipc_nl_compat_link_stat_dump()715 return nla_put_u32(skb, TIPC_NLA_PROP_WIN, ntohl(lc->value)); in __tipc_add_link_prop()
2480 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_node_set_link()2483 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_node_set_link()
290 TIPC_NLA_PROP_WIN, /* u32 */ enumerator