Home
last modified time | relevance | path

Searched defs:inet_skb_parm (Results 1 – 1 of 1) sorted by relevance

/include/net/
Dip.h40 struct inet_skb_parm { struct
41 struct ip_options opt; /* Compiled IP options */
42 unsigned char flags;
69 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb)) argument