Home
last modified time | relevance | path

Searched refs:HANDSHAKE_A_ACCEPT_PEER_IDENTITY (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/net/ynl/generated/
Dhandshake-user.c86 [HANDSHAKE_A_ACCEPT_PEER_IDENTITY] = { .name = "peer-identity", .type = YNL_PT_U32, },
197 } else if (type == HANDSHAKE_A_ACCEPT_PEER_IDENTITY) { in handshake_accept_rsp_parse()
234 if (mnl_attr_get_type(attr) == HANDSHAKE_A_ACCEPT_PEER_IDENTITY) { in handshake_accept_rsp_parse()
/Linux-v6.6/include/uapi/linux/
Dhandshake.h45 HANDSHAKE_A_ACCEPT_PEER_IDENTITY, enumerator
/Linux-v6.6/net/handshake/
Dtlshd.c157 if (nla_put_u32(msg, HANDSHAKE_A_ACCEPT_PEER_IDENTITY, in tls_handshake_put_peer_identity()