Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dbearer.c702 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->window)) in __tipc_nl_add_bearer()
993 if (props[TIPC_NLA_PROP_WIN]) in __tipc_nl_bearer_set()
994 b->window = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in __tipc_nl_bearer_set()
1048 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, media->window)) in __tipc_nl_add_media()
1180 if (props[TIPC_NLA_PROP_WIN]) in __tipc_nl_media_set()
1181 m->window = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in __tipc_nl_media_set()
Dbcast.c501 if (!props[TIPC_NLA_PROP_WIN]) in tipc_nl_bc_link_set()
504 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bc_link_set()
Dnetlink.c113 [TIPC_NLA_PROP_WIN] = { .type = NLA_U32 }
Dnetlink_compat.c438 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in __fill_bc_link_stat()
531 nla_get_u32(prop[TIPC_NLA_PROP_WIN])); in tipc_nl_compat_link_stat_dump()
635 return nla_put_u32(skb, TIPC_NLA_PROP_WIN, ntohl(lc->value)); in __tipc_add_link_prop()
Dlink.c1971 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_parse_link_prop()
1974 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_parse_link_prop()
2091 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, in __tipc_nl_add_link()
2209 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bcl->window)) in tipc_nl_add_bc_link()
Dnode.c2038 if (props[TIPC_NLA_PROP_WIN]) { in tipc_nl_node_set_link()
2041 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_node_set_link()
/Linux-v4.19/include/uapi/linux/
Dtipc_netlink.h282 TIPC_NLA_PROP_WIN, /* u32 */ enumerator