Searched refs:bpf_skops_tx_timestamping (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
H A D | sock.h | 2996 void bpf_skops_tx_timestamping(struct sock *sk, struct sk_buff *skb, int op); 2998 static inline void bpf_skops_tx_timestamping(struct sock *sk, struct sk_buff *skb, int op) in bpf_skops_tx_timestamping() function
|
/linux/net/core/ |
H A D | sock.c | 951 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 | 5588 bpf_skops_tx_timestamping(sk, skb, op); in skb_tstamp_tx_report_bpf_timestamping()
|
/linux/net/ipv4/ |
H A D | tcp.c | 500 bpf_skops_tx_timestamping(sk, skb, BPF_SOCK_OPS_TSTAMP_SENDMSG_CB); in tcp_tx_timestamp()
|