Searched refs:TIPC_NLA_PROP_WIN (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | bearer.c | 619 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->window)) in __tipc_nl_add_bearer() 851 if (props[TIPC_NLA_PROP_WIN]) in tipc_nl_bearer_set() 852 b->window = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bearer_set() 885 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, media->window)) in __tipc_nl_add_media() 1019 if (props[TIPC_NLA_PROP_WIN]) in tipc_nl_media_set() 1020 m->window = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_media_set()
|
D | netlink_compat.c | 417 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in __fill_bc_link_stat() 493 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in tipc_nl_compat_link_stat_dump() 606 if (nla_put_u32(skb, TIPC_NLA_PROP_WIN, ntohl(lc->value))) in tipc_nl_compat_link_set()
|
D | link.c | 76 [TIPC_NLA_PROP_WIN] = { .type = NLA_U32 } 1860 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_parse_link_prop() 1863 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_parse_link_prop() 1932 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_link_set() 1935 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_link_set() 2056 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, in __tipc_nl_add_link()
|
D | bcast.c | 814 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bcl->window)) in tipc_nl_add_bc_link()
|
/linux-4.1.27/include/uapi/linux/ |
D | tipc_netlink.h | 205 TIPC_NLA_PROP_WIN, /* u32 */ enumerator
|