Searched refs:opt_skb (Results 1 – 2 of 2) sorted by relevance
585 struct sk_buff *opt_skb = NULL; in dccp_v6_do_rcv() local620 opt_skb = skb_clone_and_charge_r(skb, sk); in dccp_v6_do_rcv()625 if (opt_skb) in dccp_v6_do_rcv()657 if (opt_skb) in dccp_v6_do_rcv()664 if (opt_skb != NULL) in dccp_v6_do_rcv()665 __kfree_skb(opt_skb); in dccp_v6_do_rcv()675 np->mcast_oif = inet6_iif(opt_skb); in dccp_v6_do_rcv()677 np->mcast_hops = ipv6_hdr(opt_skb)->hop_limit; in dccp_v6_do_rcv()679 np->rcv_flowinfo = ip6_flowinfo(ipv6_hdr(opt_skb)); in dccp_v6_do_rcv()681 np->flow_label = ip6_flowlabel(ipv6_hdr(opt_skb)); in dccp_v6_do_rcv()[all …]
1426 struct sk_buff *opt_skb = NULL; in tcp_v6_do_rcv() local1460 opt_skb = skb_clone_and_charge_r(skb, sk); in tcp_v6_do_rcv()1481 if (opt_skb) in tcp_v6_do_rcv()1505 if (opt_skb) in tcp_v6_do_rcv()1512 if (opt_skb) in tcp_v6_do_rcv()1513 __kfree_skb(opt_skb); in tcp_v6_do_rcv()1533 if (TCP_SKB_CB(opt_skb)->end_seq == tp->rcv_nxt && in tcp_v6_do_rcv()1536 np->mcast_oif = tcp_v6_iif(opt_skb); in tcp_v6_do_rcv()1538 np->mcast_hops = ipv6_hdr(opt_skb)->hop_limit; in tcp_v6_do_rcv()1540 np->rcv_flowinfo = ip6_flowinfo(ipv6_hdr(opt_skb)); in tcp_v6_do_rcv()[all …]