Lines Matching defs:opt
464 struct inet6_skb_parm *opt,
470 int (*handler)(struct sk_buff *skb, struct inet6_skb_parm *opt,
478 if (handler && !handler(skb, opt, type, code, offset, info))
508 struct inet6_skb_parm *opt,
547 sk = ERR_PTR(__udp6_lib_err_encap_no_sk(skb, opt, type, code,
557 int __udp6_lib_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
564 const struct in6_addr *daddr = seg6_get_daddr(skb, opt) ? : &hdr->daddr;
580 opt, type, code, info);
673 struct inet6_skb_parm *opt, u8 type,
676 return __udp6_lib_err(skb, opt, type, code, offset, info,
1328 struct ipv6_txoptions *opt = NULL;
1473 opt = &opt_space;
1474 memset(opt, 0, sizeof(struct ipv6_txoptions));
1475 opt->tot_len = sizeof(*opt);
1476 ipc6.opt = opt;
1491 if (!(opt->opt_nflen|opt->opt_flen))
1492 opt = NULL;
1495 if (!opt) {
1496 opt = txopt_get(np);
1497 opt_to_free = opt;
1500 opt = fl6_merge_options(&opt_space, flowlabel, opt);
1501 opt = ipv6_fixup_options(&opt_space, opt);
1502 ipc6.opt = opt;
1539 final_p = fl6_update_dst(fl6, opt, &final);