Home
last modified time | relevance | path

Searched refs:bpf_skops_tx_timestamping (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dsock.h2996 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 Dsock.c951 void bpf_skops_tx_timestamping(struct sock *sk, struct sk_buff *skb, int op) in bpf_skops_tx_timestamping() function
H A Dskbuff.c5588 bpf_skops_tx_timestamping(sk, skb, op); in skb_tstamp_tx_report_bpf_timestamping()
/linux/net/ipv4/
H A Dtcp.c500 bpf_skops_tx_timestamping(sk, skb, BPF_SOCK_OPS_TSTAMP_SENDMSG_CB); in tcp_tx_timestamp()