Searched refs:opt_skb (Results 1 – 2 of 2) sorted by relevance
573 struct sk_buff *opt_skb = NULL; in dccp_v6_do_rcv() local608 opt_skb = skb_clone(skb, GFP_ATOMIC); in dccp_v6_do_rcv()613 if (opt_skb) in dccp_v6_do_rcv()645 if (opt_skb) in dccp_v6_do_rcv()652 if (opt_skb != NULL) in dccp_v6_do_rcv()653 __kfree_skb(opt_skb); in dccp_v6_do_rcv()663 np->mcast_oif = inet6_iif(opt_skb); in dccp_v6_do_rcv()665 np->mcast_hops = ipv6_hdr(opt_skb)->hop_limit; in dccp_v6_do_rcv()667 np->rcv_flowinfo = ip6_flowinfo(ipv6_hdr(opt_skb)); in dccp_v6_do_rcv()669 np->flow_label = ip6_flowlabel(ipv6_hdr(opt_skb)); in dccp_v6_do_rcv()[all …]
1451 struct sk_buff *opt_skb = NULL; in tcp_v6_do_rcv() local1484 opt_skb = skb_clone(skb, sk_gfp_mask(sk, GFP_ATOMIC)); in tcp_v6_do_rcv()1503 if (opt_skb) in tcp_v6_do_rcv()1520 if (opt_skb) in tcp_v6_do_rcv()1521 __kfree_skb(opt_skb); in tcp_v6_do_rcv()1529 if (opt_skb) in tcp_v6_do_rcv()1536 if (opt_skb) in tcp_v6_do_rcv()1537 __kfree_skb(opt_skb); in tcp_v6_do_rcv()1555 if (TCP_SKB_CB(opt_skb)->end_seq == tp->rcv_nxt && in tcp_v6_do_rcv()1558 np->mcast_oif = tcp_v6_iif(opt_skb); in tcp_v6_do_rcv()[all …]