/kernel/linux/linux-5.10/net/tipc/ |
H A D | msg.c | 509 * @tskb: the last/target message to which the new one will be appended 520 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss, in tipc_msg_try_bundle() argument 538 if (unlikely(!tskb)) in tipc_msg_try_bundle() 542 if (msg_user(buf_msg(tskb)) == MSG_BUNDLER) { in tipc_msg_try_bundle() 548 tsz = msg_size(buf_msg(tskb)); in tipc_msg_try_bundle() 551 if (unlikely(pskb_expand_head(tskb, INT_H_SIZE, mss - tsz - INT_H_SIZE, in tipc_msg_try_bundle() 554 inner = buf_msg(tskb); in tipc_msg_try_bundle() 555 skb_push(tskb, INT_H_SIZE); in tipc_msg_try_bundle() 556 outer = buf_msg(tskb); in tipc_msg_try_bundle() 565 if (likely(tipc_msg_bundle(tskb, ms in tipc_msg_try_bundle() [all...] |
H A D | trace.c | 171 struct sk_buff *hskb, *tskb, *skb, *tmp; in tipc_list_dump() local 189 tskb = skb_peek_tail(list); in tipc_list_dump() 191 i += tipc_skb_dump(tskb, false, buf + i); in tipc_list_dump()
|
H A D | link.c | 2889 struct sk_buff *hskb, *tskb; in tipc_link_dump() local 2916 tskb = skb_peek_tail(list); in tipc_link_dump() 2919 (tskb) ? msg_seqno(buf_msg(tskb)) : 0); in tipc_link_dump() 2924 tskb = skb_peek_tail(list); in tipc_link_dump() 2927 (tskb) ? msg_seqno(buf_msg(tskb)) : 0); in tipc_link_dump() 2932 tskb = skb_peek_tail(list); in tipc_link_dump() 2935 (tskb) ? msg_seqno(buf_msg(tskb)) in tipc_link_dump() [all...] |
H A D | msg.h | 1189 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss,
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 505 * @tskb: the last/target message to which the new one will be appended 516 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss, in tipc_msg_try_bundle() argument 534 if (unlikely(!tskb)) in tipc_msg_try_bundle() 538 if (msg_user(buf_msg(tskb)) == MSG_BUNDLER) { in tipc_msg_try_bundle() 544 tsz = msg_size(buf_msg(tskb)); in tipc_msg_try_bundle() 547 if (unlikely(pskb_expand_head(tskb, INT_H_SIZE, mss - tsz - INT_H_SIZE, in tipc_msg_try_bundle() 550 inner = buf_msg(tskb); in tipc_msg_try_bundle() 551 skb_push(tskb, INT_H_SIZE); in tipc_msg_try_bundle() 552 outer = buf_msg(tskb); in tipc_msg_try_bundle() 561 if (likely(tipc_msg_bundle(tskb, ms in tipc_msg_try_bundle() [all...] |
H A D | trace.c | 171 struct sk_buff *hskb, *tskb, *skb, *tmp; in tipc_list_dump() local 189 tskb = skb_peek_tail(list); in tipc_list_dump() 191 i += tipc_skb_dump(tskb, false, buf + i); in tipc_list_dump()
|
H A D | link.c | 2925 struct sk_buff *hskb, *tskb; in tipc_link_dump() local 2952 tskb = skb_peek_tail(list); in tipc_link_dump() 2955 (tskb) ? msg_seqno(buf_msg(tskb)) : 0); in tipc_link_dump() 2960 tskb = skb_peek_tail(list); in tipc_link_dump() 2963 (tskb) ? msg_seqno(buf_msg(tskb)) : 0); in tipc_link_dump() 2968 tskb = skb_peek_tail(list); in tipc_link_dump() 2971 (tskb) ? msg_seqno(buf_msg(tskb)) in tipc_link_dump() [all...] |
H A D | msg.h | 1166 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss,
|
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmsock.c | 799 struct sk_buff *tskb; in kcm_sendpage() local 801 tskb = alloc_skb(0, sk->sk_allocation); in kcm_sendpage() 802 while (!tskb) { in kcm_sendpage() 810 skb_shinfo(head)->frag_list = tskb; in kcm_sendpage() 812 skb->next = tskb; in kcm_sendpage() 814 skb = tskb; in kcm_sendpage() 970 struct sk_buff *tskb; in kcm_sendmsg() local 972 tskb = alloc_skb(0, sk->sk_allocation); in kcm_sendmsg() 973 if (!tskb) in kcm_sendmsg() 977 skb_shinfo(head)->frag_list = tskb; in kcm_sendmsg() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/vertexcom/ |
H A D | mse102x.c | 225 struct sk_buff *tskb; in mse102x_tx_frame_spi() local 233 tskb = skb_copy_expand(txp, DET_SOF_LEN, DET_DFT_LEN + pad, in mse102x_tx_frame_spi() 235 if (!tskb) in mse102x_tx_frame_spi() 239 txp = tskb; in mse102x_tx_frame_spi()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/ |
H A D | qca_spi.c | 741 struct sk_buff *tskb; in qcaspi_netdev_xmit() local 756 tskb = skb_copy_expand(skb, QCAFRM_HEADER_LEN, in qcaspi_netdev_xmit() 758 if (!tskb) { in qcaspi_netdev_xmit() 763 skb = tskb; in qcaspi_netdev_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/ |
H A D | qca_spi.c | 747 struct sk_buff *tskb; in qcaspi_netdev_xmit() local 762 tskb = skb_copy_expand(skb, QCAFRM_HEADER_LEN, in qcaspi_netdev_xmit() 764 if (!tskb) { in qcaspi_netdev_xmit() 769 skb = tskb; in qcaspi_netdev_xmit()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_output.c | 991 struct sk_buff *tskb = tcp_write_queue_tail(sk); in tcp_nip_send_fin() local 997 if (tskb && tcp_nip_send_head(sk)) { in tcp_nip_send_fin() 999 TCP_SKB_CB(tskb)->tcp_flags |= TCPHDR_FIN; in tcp_nip_send_fin() 1000 TCP_SKB_CB(tskb)->end_seq++; in tcp_nip_send_fin() 1005 if (tskb) in tcp_nip_send_fin()
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmsock.c | 813 struct sk_buff *tskb; in kcm_sendmsg() local 815 tskb = alloc_skb(0, sk->sk_allocation); in kcm_sendmsg() 816 if (!tskb) in kcm_sendmsg() 820 skb_shinfo(head)->frag_list = tskb; in kcm_sendmsg() 822 skb->next = tskb; in kcm_sendmsg() 824 skb = tskb; in kcm_sendmsg()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 3418 struct sk_buff *skb, *tskb, *tail = tcp_write_queue_tail(sk); in tcp_send_fin() local 3426 tskb = tail; in tcp_send_fin() 3427 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin() 3428 tskb = skb_rb_last(&sk->tcp_rtx_queue); in tcp_send_fin() 3430 if (tskb) { in tcp_send_fin() 3431 TCP_SKB_CB(tskb)->tcp_flags |= TCPHDR_FIN; in tcp_send_fin() 3432 TCP_SKB_CB(tskb)->end_seq++; in tcp_send_fin() 3435 /* This means tskb was already sent. in tcp_send_fin()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 3509 struct sk_buff *skb, *tskb, *tail = tcp_write_queue_tail(sk); in tcp_send_fin() local 3517 tskb = tail; in tcp_send_fin() 3518 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin() 3519 tskb = skb_rb_last(&sk->tcp_rtx_queue); in tcp_send_fin() 3521 if (tskb) { in tcp_send_fin() 3522 TCP_SKB_CB(tskb)->tcp_flags |= TCPHDR_FIN; in tcp_send_fin() 3523 TCP_SKB_CB(tskb)->end_seq++; in tcp_send_fin() 3526 /* This means tskb was already sent. in tcp_send_fin()
|