Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dbearer.c834 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->max_win)) in __tipc_nl_add_bearer()
1132 if (props[TIPC_NLA_PROP_WIN]) in __tipc_nl_bearer_set()
1133 b->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in __tipc_nl_bearer_set()
1193 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, media->max_win)) in __tipc_nl_add_media()
1327 if (props[TIPC_NLA_PROP_WIN]) in __tipc_nl_media_set()
1328 m->max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in __tipc_nl_media_set()
Dbcast.c665 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()
Dnetlink.c120 [TIPC_NLA_PROP_WIN] = { .type = NLA_U32 },
Dnetlink_compat.c509 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in __fill_bc_link_stat()
614 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in tipc_nl_compat_link_stat_dump()
718 return nla_put_u32(skb, TIPC_NLA_PROP_WIN, ntohl(lc->value)); in __tipc_add_link_prop()
Dlink.c2612 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_parse_link_prop()
2615 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_parse_link_prop()
2732 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, in __tipc_nl_add_link()
2851 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bcl->max_win)) in tipc_nl_add_bc_link()
Dnode.c2481 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_node_set_link()
2484 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_node_set_link()
/linux-6.1.9/include/uapi/linux/
Dtipc_netlink.h290 TIPC_NLA_PROP_WIN, /* u32 */ enumerator