Home
last modified time | relevance | path

Searched refs:TIPC_NLA_PROP_WIN (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/tipc/
Dbearer.c665 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->window)) in __tipc_nl_add_bearer()
897 if (props[TIPC_NLA_PROP_WIN]) in tipc_nl_bearer_set()
898 b->window = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bearer_set()
931 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, media->window)) in __tipc_nl_add_media()
1065 if (props[TIPC_NLA_PROP_WIN]) in tipc_nl_media_set()
1066 m->window = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_media_set()
Dbcast.c427 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bcl->window)) in tipc_nl_add_bc_link()
495 if (!props[TIPC_NLA_PROP_WIN]) in tipc_nl_bc_link_set()
498 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bc_link_set()
Dlink.c76 [TIPC_NLA_PROP_WIN] = { .type = NLA_U32 }
1618 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_parse_link_prop()
1621 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_parse_link_prop()
1693 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_link_set()
1696 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_link_set()
1817 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, in __tipc_nl_add_link()
Dnetlink_compat.c421 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in __fill_bc_link_stat()
497 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in tipc_nl_compat_link_stat_dump()
593 return nla_put_u32(skb, TIPC_NLA_PROP_WIN, ntohl(lc->value)); in __tipc_add_link_prop()
/linux-4.4.14/include/uapi/linux/
Dtipc_netlink.h205 TIPC_NLA_PROP_WIN, /* u32 */ enumerator