Searched refs:TIPC_NLA_PROP_WIN (Results 1 – 7 of 7) sorted by relevance
| /linux/net/tipc/ |
| H A D | bearer.c | 850 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->max_win)) in __tipc_nl_add_bearer() 1151 if (props[TIPC_NLA_PROP_WIN]) in __tipc_nl_bearer_set() 1152 b->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in __tipc_nl_bearer_set() 1212 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, media->max_win)) in __tipc_nl_add_media() 1346 if (props[TIPC_NLA_PROP_WIN]) in __tipc_nl_media_set() 1347 m->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in __tipc_nl_media_set()
|
| H A D | bcast.c | 671 if (!props[TIPC_NLA_PROP_WIN] && in tipc_nl_bc_link_set() 687 if (!err && props[TIPC_NLA_PROP_WIN]) { in tipc_nl_bc_link_set() 688 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bc_link_set()
|
| H A D | netlink.c | 124 [TIPC_NLA_PROP_WIN] = { .type = NLA_U32 },
|
| H A D | netlink_compat.c | 507 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in __fill_bc_link_stat() 612 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in tipc_nl_compat_link_stat_dump() 716 return nla_put_u32(skb, TIPC_NLA_PROP_WIN, ntohl(lc->value)); in __tipc_add_link_prop()
|
| H A D | link.c | 2592 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_parse_link_prop() 2595 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_parse_link_prop() 2712 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, in __tipc_nl_add_link() 2831 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bcl->max_win)) in tipc_nl_add_bc_link()
|
| H A D | node.c | 2496 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_node_set_link() 2499 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_node_set_link()
|
| /linux/include/uapi/linux/ |
| H A D | tipc_netlink.h | 290 TIPC_NLA_PROP_WIN, /* u32 */ enumerator
|