Searched defs:hdr_stg (Results 1 – 3 of 3) sorted by relevance
29 struct hdr_stg { struct30 bool active;31 bool resend_syn; /* active side only */32 bool syncookie; /* passive side only */33 bool fastopen; /* passive side only */
235 struct hdr_stg *hdr_stg; in fin_opt_len() local264 struct hdr_stg *hdr_stg; in write_fin_opt() local286 struct hdr_stg *hdr_stg; in resend_in_ack() local533 struct hdr_stg *hdr_stg; in handle_parse_hdr() local
54 static void print_hdr_stg(const struct hdr_stg *hdr_stg, const char *prefix) in print_hdr_stg()