Searched refs:bpf_skops_tx_timestamping (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | sock.h | 2955 void bpf_skops_tx_timestamping(struct sock *sk, struct sk_buff *skb, int op); 2957 static inline void bpf_skops_tx_timestamping(struct sock *sk, struct sk_buff *skb, int op) in bpf_skops_tx_timestamping() function
|
| /linux-6.15/net/core/ |
| H A D | sock.c | 953 void bpf_skops_tx_timestamping(struct sock *sk, struct sk_buff *skb, int op) in bpf_skops_tx_timestamping() function
|
| H A D | skbuff.c | 5559 bpf_skops_tx_timestamping(sk, skb, op); in skb_tstamp_tx_report_bpf_timestamping()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp.c | 502 bpf_skops_tx_timestamping(sk, skb, BPF_SOCK_OPS_TSTAMP_SENDMSG_CB); in tcp_tx_timestamp()
|