Lines Matching defs:smap_psock
98 struct smap_psock { struct
99 struct rcu_head rcu;
100 refcount_t refcnt;
103 struct sk_buff_head rxqueue;
104 bool strp_enabled;
107 int save_rem;
108 int save_off;
109 struct sk_buff *save_skb;
112 struct sock *sk_redir;
113 int apply_bytes;
114 int cork_bytes;
115 int sg_size;
116 int eval;
117 struct sk_msg_buff *cork;
141 static void smap_release_sock(struct smap_psock *psock, struct sock *sock); argument