Home
last modified time | relevance | path

Searched refs:TIPC_NLA_SOCK_CON (Results 1 – 6 of 6) 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 Dtipc_netlink.h115 TIPC_NLA_SOCK_CON, /* 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 Dtipc_netlink.h115 TIPC_NLA_SOCK_CON, /* nest */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtipc_netlink.h118 TIPC_NLA_SOCK_CON, /* nest */ enumerator
/OK3568_Linux_fs/kernel/net/tipc/
H A Dnetlink.c76 [TIPC_NLA_SOCK_CON] = { .type = NLA_NESTED },
H A Dnetlink_compat.c1057 if (sock[TIPC_NLA_SOCK_CON]) { in tipc_nl_compat_sk_dump()
1062 sock[TIPC_NLA_SOCK_CON], in tipc_nl_compat_sk_dump()
H A Dsocket.c3470 nest = nla_nest_start_noflag(skb, TIPC_NLA_SOCK_CON); in __tipc_nl_add_sk_con()