Home
last modified time | relevance | path

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

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