Searched refs:TIPC_NLA_PROP_WIN (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | bearer.c | 702 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()
|
D | bcast.c | 501 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()
|
D | netlink.c | 113 [TIPC_NLA_PROP_WIN] = { .type = NLA_U32 }
|
D | netlink_compat.c | 438 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()
|
D | link.c | 1971 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()
|
D | node.c | 2038 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/ |
D | tipc_netlink.h | 282 TIPC_NLA_PROP_WIN, /* u32 */ enumerator
|