Lines Matching defs:tcp_ao_getsockopt
431 struct tcp_ao_getsockopt { /* getsockopt(TCP_AO_GET_KEYS) */ struct
439 * sizeof(struct tcp_ao_getsockopt) argument
442 __u16 is_current :1, /* in: match and dump Current_key,
446 is_rnext :1, /* in: match and dump RNext_key,
449 get_all :1, /* in: dump all keys */
450 reserved :13; /* padding, must be 0 */
451 __u8 sndid; /* in/out: dump keys with SendID */
452 __u8 rcvid; /* in/out: dump keys with RecvID */
453 __u8 prefix; /* in/out: dump keys with address/prefix */
454 __u8 maclen; /* out: key's length of authentication
457 __u8 keyflags; /* in/out: see TCP_AO_KEYF_ */
458 __u8 keylen; /* out: length of ::key */
459 __s32 ifindex; /* in/out: L3 dev index for VRF */
460 __u64 pkt_good; /* out: verified segments */
461 __u64 pkt_bad; /* out: segments that failed verification */