Home
last modified time | relevance | path

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

/linux-6.8/include/uapi/linux/
Dtcp.h429 struct tcp_ao_getsockopt { /* getsockopt(TCP_AO_GET_KEYS) */ struct
437 * sizeof(struct tcp_ao_getsockopt) argument
440 __u16 is_current :1, /* in: match and dump Current_key,
444 is_rnext :1, /* in: match and dump RNext_key,
447 get_all :1, /* in: dump all keys */
448 reserved :13; /* padding, must be 0 */
449 __u8 sndid; /* in/out: dump keys with SendID */
450 __u8 rcvid; /* in/out: dump keys with RecvID */
451 __u8 prefix; /* in/out: dump keys with address/prefix */
452 __u8 maclen; /* out: key's length of authentication
[all …]