Searched refs:tskb (Results 1 – 3 of 3) sorted by relevance
795 struct sk_buff *tskb; in kcm_sendpage() local797 tskb = alloc_skb(0, sk->sk_allocation); in kcm_sendpage()798 while (!tskb) { in kcm_sendpage()806 skb_shinfo(head)->frag_list = tskb; in kcm_sendpage()808 skb->next = tskb; in kcm_sendpage()810 skb = tskb; in kcm_sendpage()966 struct sk_buff *tskb; in kcm_sendmsg() local968 tskb = alloc_skb(0, sk->sk_allocation); in kcm_sendmsg()969 if (!tskb) in kcm_sendmsg()973 skb_shinfo(head)->frag_list = tskb; in kcm_sendmsg()[all …]
704 struct sk_buff *tskb; in qcaspi_netdev_xmit() local719 tskb = skb_copy_expand(skb, QCAFRM_HEADER_LEN, in qcaspi_netdev_xmit()721 if (!tskb) { in qcaspi_netdev_xmit()726 skb = tskb; in qcaspi_netdev_xmit()
3037 struct sk_buff *skb, *tskb = tcp_write_queue_tail(sk); in tcp_send_fin() local3045 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin()3046 tskb = skb_rb_last(&sk->tcp_rtx_queue); in tcp_send_fin()3048 if (tskb) { in tcp_send_fin()3050 TCP_SKB_CB(tskb)->tcp_flags |= TCPHDR_FIN; in tcp_send_fin()3051 TCP_SKB_CB(tskb)->end_seq++; in tcp_send_fin()3066 if (tskb) in tcp_send_fin()