Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
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) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |