Searched refs:hdr_stg (Results 1 – 3 of 3) sorted by relevance
235 struct hdr_stg *hdr_stg; in fin_opt_len() local243 if (!hdr_stg) in fin_opt_len()246 if (hdr_stg->active) in fin_opt_len()264 struct hdr_stg *hdr_stg; in write_fin_opt() local270 if (!hdr_stg) in write_fin_opt()273 if (hdr_stg->active) in write_fin_opt()286 struct hdr_stg *hdr_stg; in resend_in_ack() local292 if (!hdr_stg) in resend_in_ack()533 struct hdr_stg *hdr_stg; in handle_parse_hdr() local544 if (!hdr_stg) in handle_parse_hdr()[all …]
25 static struct hdr_stg exp_passive_hdr_stg;26 static struct hdr_stg exp_active_hdr_stg = { .active = true, };54 static void print_hdr_stg(const struct hdr_stg *hdr_stg, const char *prefix) in print_hdr_stg() argument57 prefix ? : "", hdr_stg->active, hdr_stg->resend_syn, in print_hdr_stg()58 hdr_stg->syncookie, hdr_stg->fastopen); in print_hdr_stg()163 static int check_hdr_stg(const struct hdr_stg *exp, int fd, in check_hdr_stg()166 struct hdr_stg act; in check_hdr_stg()
29 struct hdr_stg { struct