Searched refs:skb_send_sock_locked (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/core/ |
D | skbuff.c | 2282 int skb_send_sock_locked(struct sock *sk, struct sk_buff *skb, int offset, in skb_send_sock_locked() function 2367 EXPORT_SYMBOL_GPL(skb_send_sock_locked); 2375 ret = skb_send_sock_locked(sk, skb, offset, len); in skb_send_sock()
|
/Linux-v4.19/kernel/bpf/ |
D | sockmap.c | 1416 n = skb_send_sock_locked(psock->sock, in smap_tx_work()
|
/Linux-v4.19/include/linux/ |
D | skbuff.h | 3293 int skb_send_sock_locked(struct sock *sk, struct sk_buff *skb, int offset,
|