Home
last modified time | relevance | path

Searched refs:nopt (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/net/ipv6/
Dip6_output.c1383 struct ipv6_txoptions *nopt, *opt = ipc6->opt; in ip6_setup_cork() local
1397 nopt = v6_cork->opt = kzalloc(sizeof(*opt), sk->sk_allocation); in ip6_setup_cork()
1398 if (unlikely(!nopt)) in ip6_setup_cork()
1401 nopt->tot_len = sizeof(*opt); in ip6_setup_cork()
1402 nopt->opt_flen = opt->opt_flen; in ip6_setup_cork()
1403 nopt->opt_nflen = opt->opt_nflen; in ip6_setup_cork()
1405 nopt->dst0opt = ip6_opt_dup(opt->dst0opt, sk->sk_allocation); in ip6_setup_cork()
1406 if (opt->dst0opt && !nopt->dst0opt) in ip6_setup_cork()
1409 nopt->dst1opt = ip6_opt_dup(opt->dst1opt, sk->sk_allocation); in ip6_setup_cork()
1410 if (opt->dst1opt && !nopt->dst1opt) in ip6_setup_cork()
[all …]
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.txt2145 nopt [X86]