Searched refs:opt_skb (Results 1 – 2 of 2) sorted by relevance
571 struct sk_buff *opt_skb = NULL; in dccp_v6_do_rcv() local606 opt_skb = skb_clone_and_charge_r(skb, sk); in dccp_v6_do_rcv()611 if (opt_skb) in dccp_v6_do_rcv()643 if (opt_skb) in dccp_v6_do_rcv()650 if (opt_skb != NULL) in dccp_v6_do_rcv()651 __kfree_skb(opt_skb); in dccp_v6_do_rcv()661 np->mcast_oif = inet6_iif(opt_skb); in dccp_v6_do_rcv()663 np->mcast_hops = ipv6_hdr(opt_skb)->hop_limit; in dccp_v6_do_rcv()665 np->rcv_flowinfo = ip6_flowinfo(ipv6_hdr(opt_skb)); in dccp_v6_do_rcv()667 np->flow_label = ip6_flowlabel(ipv6_hdr(opt_skb)); in dccp_v6_do_rcv()[all …]
1454 struct sk_buff *opt_skb = NULL; in tcp_v6_do_rcv() local1487 opt_skb = skb_clone_and_charge_r(skb, sk); in tcp_v6_do_rcv()1506 if (opt_skb) in tcp_v6_do_rcv()1523 if (opt_skb) in tcp_v6_do_rcv()1524 __kfree_skb(opt_skb); in tcp_v6_do_rcv()1532 if (opt_skb) in tcp_v6_do_rcv()1539 if (opt_skb) in tcp_v6_do_rcv()1540 __kfree_skb(opt_skb); in tcp_v6_do_rcv()1558 if (TCP_SKB_CB(opt_skb)->end_seq == tp->rcv_nxt && in tcp_v6_do_rcv()1561 np->mcast_oif = tcp_v6_iif(opt_skb); in tcp_v6_do_rcv()[all …]