centos man page for skb_dst_set_noref_force

Query: skb_dst_set_noref_force

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_DST_SET_NOREF_FO(9) 					 Linux Networking					   SKB_DST_SET_NOREF_FO(9)

NAME
skb_dst_set_noref_force - sets skb dst, without taking reference
SYNOPSIS
void skb_dst_set_noref_force(struct sk_buff * skb, struct dst_entry * dst);
ARGUMENTS
skb buffer dst dst entry
DESCRIPTION
Sets skb dst, assuming a reference was not taken on dst. No reference is taken and no dst_release will be called. While for cached dsts deferred reclaim is a basic feature, for entries that are not cached it is caller's job to guarantee that last dst_release for provided dst happens when nobody uses it, eg. after a RCU grace period.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_DST_SET_NOREF_FO(9)
Related Man Pages
bitmap_onto(9) - centos
cfg80211_testmode_alloc_reply_skb(9) - centos
bitmap_onto(9) - suse
mlib_signalupsample_s16_s16(3mlib) - sunos
mlib_signalupsample_f32_f32(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Tar Command
CentOS7 restoring file capabilities
Docker learning Phase-I