Searched refs:exprm (Results 1 – 2 of 2) sorted by relevance
86 struct tcp_exprm_opt exprm; in store_option() 92 write_opt.exprm.kind = TCPOPT_EXP; in store_option() 93 write_opt.exprm.len = option_total_len(test_opt->flags); in store_option() 94 write_opt.exprm.magic = __bpf_htons(test_magic); in store_option() 95 write_opt.exprm.data32 = 0; in store_option() 96 write_test_option(test_opt, write_opt.exprm.data); in store_option() 97 err = bpf_store_hdr_opt(skops, &write_opt.exprm, in store_option() 98 sizeof(write_opt.exprm), 0); in store_option() 131 struct tcp_exprm_opt exprm; in load_option() 137 search_opt.exprm in load_option() 89 struct tcp_exprm_opt exprm; store_option() member 134 struct tcp_exprm_opt exprm; load_option() member [all...]
408 static void __simple_estab(bool exprm) in __simple_estab() argument426 if (!exprm) { in __simple_estab()