Query: skb_scrub_packet
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_SCRUB_PACKET(9) Linux Networking SKB_SCRUB_PACKET(9)NAMEskb_scrub_packet - scrub an skb before sending it to another netnsSYNOPSISvoid skb_scrub_packet(struct sk_buff * skb);ARGUMENTSskb buffer to cleanDESCRIPTIONskb_scrub_packet can be used to clean an skb before injecting it in another namespace. We have to clear all information in the skb that could impact namespace isolation.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_SCRUB_PACKET(9)