Searched refs:opt_skb (Results 1 – 2 of 2) sorted by relevance
583 struct sk_buff *opt_skb = NULL; in dccp_v6_do_rcv() local618 opt_skb = skb_clone(skb, GFP_ATOMIC); in dccp_v6_do_rcv()623 if (opt_skb) in dccp_v6_do_rcv()655 if (opt_skb) in dccp_v6_do_rcv()662 if (opt_skb != NULL) in dccp_v6_do_rcv()663 __kfree_skb(opt_skb); in dccp_v6_do_rcv()673 np->mcast_oif = inet6_iif(opt_skb); in dccp_v6_do_rcv()675 np->mcast_hops = ipv6_hdr(opt_skb)->hop_limit; in dccp_v6_do_rcv()677 np->rcv_flowinfo = ip6_flowinfo(ipv6_hdr(opt_skb)); in dccp_v6_do_rcv()679 np->flow_label = ip6_flowlabel(ipv6_hdr(opt_skb)); in dccp_v6_do_rcv()[all …]
1436 struct sk_buff *opt_skb = NULL; in tcp_v6_do_rcv() local1470 opt_skb = skb_clone(skb, sk_gfp_mask(sk, GFP_ATOMIC)); in tcp_v6_do_rcv()1491 if (opt_skb) in tcp_v6_do_rcv()1508 if (opt_skb) in tcp_v6_do_rcv()1509 __kfree_skb(opt_skb); in tcp_v6_do_rcv()1517 if (opt_skb) in tcp_v6_do_rcv()1524 if (opt_skb) in tcp_v6_do_rcv()1525 __kfree_skb(opt_skb); in tcp_v6_do_rcv()1545 if (TCP_SKB_CB(opt_skb)->end_seq == tp->rcv_nxt && in tcp_v6_do_rcv()1548 np->mcast_oif = tcp_v6_iif(opt_skb); in tcp_v6_do_rcv()[all …]