Searched refs:skb_entail (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_io.c | 125 skb_entail(sk, skb, in send_flowc_wr() 823 void skb_entail(struct sock *sk, struct sk_buff *skb, int flags) in skb_entail() function 847 skb_entail(sk, skb, ULPCB_FLAG_NEED_HDR); in get_tx_skb() 864 skb_entail(sk, skb, ULPCB_FLAG_NEED_HDR); in get_record_skb()
|
D | chtls.h | 481 void skb_entail(struct sock *sk, struct sk_buff *skb, int flags);
|
D | chtls_cm.c | 281 skb_entail(sk, skb, ULPCB_FLAG_NO_HDR | ULPCB_FLAG_NO_APPEND); in chtls_close_conn()
|
/Linux-v4.19/net/ipv4/ |
D | tcp.c | 660 static void skb_entail(struct sock *sk, struct sk_buff *skb) in skb_entail() function 982 skb_entail(sk, skb); in do_tcp_sendpages() 1294 skb_entail(sk, skb); in tcp_sendmsg_locked()
|