Searched refs:TIPC_NLA_LINK_PROP (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | tipc_netlink.h | 139 TIPC_NLA_LINK_PROP, /* nest */ enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | tipc_netlink.h | 139 TIPC_NLA_LINK_PROP, /* nest */ enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | tipc_netlink.h | 142 TIPC_NLA_LINK_PROP, /* nest */ enumerator
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | bcast.c | 658 if (!attrs[TIPC_NLA_LINK_PROP]) in tipc_nl_bc_link_set() 661 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_bc_link_set()
|
| H A D | netlink.c | 97 [TIPC_NLA_LINK_PROP] = { .type = NLA_NESTED },
|
| H A D | netlink_compat.c | 559 if (!link[TIPC_NLA_LINK_PROP]) in tipc_nl_compat_link_stat_dump() 563 link[TIPC_NLA_LINK_PROP], NULL, in tipc_nl_compat_link_stat_dump() 791 prop = nla_nest_start_noflag(skb, TIPC_NLA_LINK_PROP); in __tipc_nl_compat_link_set()
|
| H A D | node.c | 2410 if (attrs[TIPC_NLA_LINK_PROP]) { in tipc_nl_node_set_link() 2413 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_node_set_link()
|
| H A D | link.c | 2689 prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK_PROP); in __tipc_nl_add_link() 2812 prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK_PROP); in tipc_nl_add_bc_link()
|