Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\sock.h Create Date:2022-07-28 06:09:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sock_recv_ts_and_drops

Proto:static inline void sock_recv_ts_and_drops(struct msghdr *msg, struct sock *sk, struct sk_buff *skb)

Type:void

Parameter:

TypeParameterName
struct msghdr *msg
struct sock *sk
struct sk_buff *skb
2406  If sk_flags & FLAGS_TS_OR_DROPS || sk_tsflags & TSFLAGS_ANY Then __sock_recv_ts_and_drops(msg, sk, skb)
2408  Else if Value for the false possibility is greater at compile time(sock_flag(sk, SOCK_TIMESTAMP)) Then sock_write_timestamp(sk, tstamp)
2410  Else if Value for the false possibility is greater at compile time(sk_stamp == SK_DEFAULT_STAMP) Then sock_write_timestamp(sk, 0)