Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sk_dst_set

Proto:static inline void sk_dst_set(struct sock *sk, struct dst_entry *dst)

Type:void

Parameter:

TypeParameterName
struct sock *sk
struct dst_entry *dst
1923  sk_tx_queue_clear(sk)
1924  sk_dst_pending_confirm = 0
1925  old_dst = xchg((__forcestructdst_entry * * ) & sk_dst_cache, dst)
1926  dst_release(old_dst)