Searched refs:opt_out (Results 1 – 1 of 1) sorted by relevance
2110 struct tcp_ao_getsockopt opt_in, opt_out; in tcp_ao_copy_mkts_to_user() local2272 opt_out.sndid = key->sndid; in tcp_ao_copy_mkts_to_user()2273 opt_out.rcvid = key->rcvid; in tcp_ao_copy_mkts_to_user()2274 opt_out.prefix = key->prefixlen; in tcp_ao_copy_mkts_to_user()2275 opt_out.keyflags = key->keyflags; in tcp_ao_copy_mkts_to_user()2276 opt_out.is_current = (key == current_key); in tcp_ao_copy_mkts_to_user()2278 opt_out.nkeys = 0; in tcp_ao_copy_mkts_to_user()2279 opt_out.maclen = key->maclen; in tcp_ao_copy_mkts_to_user()2280 opt_out.keylen = key->keylen; in tcp_ao_copy_mkts_to_user()2281 opt_out.ifindex = key->l3index; in tcp_ao_copy_mkts_to_user()[all …]