Lines Matching defs:tcp_ao_info_opt
413 struct tcp_ao_info_opt { /* setsockopt(TCP_AO_INFO), getsockopt(TCP_AO_INFO) */ struct
415 __u32 set_current :1, /* in/out: corresponding ::current_key */
416 set_rnext :1, /* in/out: corresponding ::rnext */
417 ao_required :1, /* in/out: don't accept non-AO connects */
418 set_counters :1, /* in: set/clear ::pkt_* counters */
419 accept_icmps :1, /* in/out: accept incoming ICMPs */
420 reserved :27; /* must be 0 */
421 __u16 reserved2; /* padding, must be 0 */
422 __u8 current_key; /* in/out: KeyID of Current_key */
423 __u8 rnext; /* in/out: keyid of RNext_key */
424 __u64 pkt_good; /* in/out: verified segments */
425 __u64 pkt_bad; /* in/out: failed verification */
426 __u64 pkt_key_not_found; /* in/out: could not find a key to verify */
427 __u64 pkt_ao_required; /* in/out: segments missing TCP-AO sign */
428 __u64 pkt_dropped_icmp; /* in/out: ICMPs that were ignored */