Query: skb_dst_set_noref
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_DST_SET_NOREF(9) Linux Networking SKB_DST_SET_NOREF(9)NAMEskb_dst_set_noref - sets skb dst, hopefully, without taking referenceSYNOPSISvoid skb_dst_set_noref(struct sk_buff * skb, struct dst_entry * dst);ARGUMENTSskb buffer dst dst entryDESCRIPTIONSets skb dst, assuming a reference was not taken on dst. If dst entry is cached, we do not take reference and dst_release will be avoided by refdst_drop. If dst entry is not cached, we take reference, so that last dst_release can destroy the dst immediately.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_DST_SET_NOREF(9)
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
DB2 convert digits to binary format |
Shopt -s histappend |
[TIP] Processing YAML files with yq |