Searched refs:skb_entail (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 122 skb_entail(sk, skb, in send_flowc_wr() 819 void skb_entail(struct sock *sk, struct sk_buff *skb, int flags) in skb_entail() function 843 skb_entail(sk, skb, ULPCB_FLAG_NEED_HDR); in get_tx_skb() 860 skb_entail(sk, skb, ULPCB_FLAG_NEED_HDR); in get_record_skb()
|
H A D | chtls.h | 581 void skb_entail(struct sock *sk, struct sk_buff *skb, int flags);
|
H A D | chtls_cm.c | 320 skb_entail(sk, skb, ULPCB_FLAG_NO_HDR | ULPCB_FLAG_NO_APPEND); in chtls_close_conn()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 122 skb_entail(sk, skb, in send_flowc_wr() 819 void skb_entail(struct sock *sk, struct sk_buff *skb, int flags) in skb_entail() function 843 skb_entail(sk, skb, ULPCB_FLAG_NEED_HDR); in get_tx_skb() 860 skb_entail(sk, skb, ULPCB_FLAG_NEED_HDR); in get_record_skb()
|
H A D | chtls.h | 583 void skb_entail(struct sock *sk, struct sk_buff *skb, int flags);
|
H A D | chtls_cm.c | 320 skb_entail(sk, skb, ULPCB_FLAG_NO_HDR | ULPCB_FLAG_NO_APPEND); in chtls_close_conn()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 678 static void skb_entail(struct sock *sk, struct sk_buff *skb) in skb_entail() function 1037 skb_entail(sk, skb); in do_tcp_sendpages() 1321 skb_entail(sk, skb); in tcp_sendmsg_locked()
|
Completed in 20 milliseconds