Home
last modified time | relevance | path

Searched defs:tcp_ao_getsockopt (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/uapi/linux/
Dtcp.h437 struct tcp_ao_getsockopt { /* getsockopt(TCP_AO_GET_KEYS) */ struct
445 * sizeof(struct tcp_ao_getsockopt) argument
448 __u16 is_current :1, /* in: match and dump Current_key,
452 is_rnext :1, /* in: match and dump RNext_key,
455 get_all :1, /* in: dump all keys */
456 reserved :13; /* padding, must be 0 */
457 __u8 sndid; /* in/out: dump keys with SendID */
458 __u8 rcvid; /* in/out: dump keys with RecvID */
459 __u8 prefix; /* in/out: dump keys with address/prefix */
460 __u8 maclen; /* out: key's length of authentication
[all …]