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; fin_opt_len() local 264 struct hdr_stg *hdr_stg; write_fin_opt() local 286 struct hdr_stg *hdr_stg; resend_in_ack() local 533 struct hdr_stg *hdr_stg; handle_parse_hdr() local [all...]
54 static void print_hdr_stg(const struct hdr_stg *hdr_stg, const char *prefix) in print_hdr_stg()