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