'\" t .\" Title: skb_dst_set_noref_force .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Linux Networking .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "SKB_DST_SET_NOREF_FO" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Linux Networking" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" skb_dst_set_noref_force \- sets skb dst, without taking reference .SH "SYNOPSIS" .HP \w'void\ skb_dst_set_noref_force('u .BI "void skb_dst_set_noref_force(struct\ sk_buff\ *\ " "skb" ", struct\ dst_entry\ *\ " "dst" ");" .SH "ARGUMENTS" .PP \fIskb\fR .RS 4 buffer .RE .PP \fIdst\fR .RS 4 dst entry .RE .SH "DESCRIPTION" .PP 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\*(Aqs job to guarantee that last dst_release for provided dst happens when nobody uses it, eg\&. after a RCU grace period\&. .SH "COPYRIGHT" .br