Searched refs:sk_msg_free_partial (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | skmsg.h | 119 void sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, u32 bytes);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skmsg.h | 120 void sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, u32 bytes);
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skmsg.c | 250 void sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, u32 bytes) in sk_msg_free_partial() function 254 EXPORT_SYMBOL_GPL(sk_msg_free_partial); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skmsg.c | 251 void sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, u32 bytes) in sk_msg_free_partial() function 255 EXPORT_SYMBOL_GPL(sk_msg_free_partial); variable
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_bpf.c | 404 sk_msg_free_partial(sk, msg, tosend); in tcp_bpf_send_verdict()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_bpf.c | 470 sk_msg_free_partial(sk, msg, tosend); in tcp_bpf_send_verdict()
|
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_sw.c | 866 sk_msg_free_partial(sk, msg, send); in bpf_exec_tx_verdict()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_sw.c | 919 sk_msg_free_partial(sk, msg, send); in bpf_exec_tx_verdict()
|
Completed in 14 milliseconds