Home
last modified time | relevance | path

Searched refs:opt_skb (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c1445 struct sk_buff *opt_skb = NULL; in tcp_v6_do_rcv() local
1479 opt_skb = skb_clone(skb, GFP_ATOMIC); in tcp_v6_do_rcv()
1486 if (opt_skb) in tcp_v6_do_rcv()
1507 if (opt_skb) in tcp_v6_do_rcv()
1508 __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()
1541 if (TCP_SKB_CB(opt_skb)->end_seq == sk->tp_pinfo.af_tcp.rcv_nxt && in tcp_v6_do_rcv()
1544 sk->net_pinfo.af_inet6.mcast_oif = tcp_v6_iif(opt_skb); in tcp_v6_do_rcv()
[all …]