Home
last modified time | relevance | path

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

/linux/net/ipv6/
A Dip6_output.c1347 struct ipv6_txoptions *nopt, *opt = ipc6->opt; in ip6_setup_cork() local
1362 if (unlikely(!nopt)) in ip6_setup_cork()
1365 nopt->tot_len = sizeof(*opt); in ip6_setup_cork()
1366 nopt->opt_flen = opt->opt_flen; in ip6_setup_cork()
1367 nopt->opt_nflen = opt->opt_nflen; in ip6_setup_cork()
1370 if (opt->dst0opt && !nopt->dst0opt) in ip6_setup_cork()
1374 if (opt->dst1opt && !nopt->dst1opt) in ip6_setup_cork()
1377 nopt->hopopt = ip6_opt_dup(opt->hopopt, sk->sk_allocation); in ip6_setup_cork()
1378 if (opt->hopopt && !nopt->hopopt) in ip6_setup_cork()
1381 nopt->srcrt = ip6_rthdr_dup(opt->srcrt, sk->sk_allocation); in ip6_setup_cork()
[all …]
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt2316 nopt [X86]

Completed in 13 milliseconds