Home
last modified time | relevance | path

Searched refs:ei (Results 1 – 2 of 2) sorted by relevance

/net/sched/
Dcls_api.c682 struct tcf_block_ext_info *ei, in tc_indr_block_call() argument
688 .binder_type = ei->binder_type, in tc_indr_block_call()
707 struct tcf_block_ext_info *ei, in tcf_block_offload_cmd() argument
716 bo.binder_type = ei->binder_type; in tcf_block_offload_cmd()
730 struct tcf_block_ext_info *ei, in tcf_block_offload_bind() argument
749 err = tcf_block_offload_cmd(block, dev, ei, FLOW_BLOCK_BIND, extack); in tcf_block_offload_bind()
755 tc_indr_block_call(block, dev, ei, FLOW_BLOCK_BIND, extack); in tcf_block_offload_bind()
766 tc_indr_block_call(block, dev, ei, FLOW_BLOCK_BIND, extack); in tcf_block_offload_bind()
773 struct tcf_block_ext_info *ei) in tcf_block_offload_unbind() argument
779 tc_indr_block_call(block, dev, ei, FLOW_BLOCK_UNBIND, NULL); in tcf_block_offload_unbind()
[all …]
/net/
Dsocket.c237 struct socket_alloc *ei; in sock_alloc_inode() local
239 ei = kmem_cache_alloc(sock_inode_cachep, GFP_KERNEL); in sock_alloc_inode()
240 if (!ei) in sock_alloc_inode()
242 init_waitqueue_head(&ei->socket.wq.wait); in sock_alloc_inode()
243 ei->socket.wq.fasync_list = NULL; in sock_alloc_inode()
244 ei->socket.wq.flags = 0; in sock_alloc_inode()
246 ei->socket.state = SS_UNCONNECTED; in sock_alloc_inode()
247 ei->socket.flags = 0; in sock_alloc_inode()
248 ei->socket.ops = NULL; in sock_alloc_inode()
249 ei->socket.sk = NULL; in sock_alloc_inode()
[all …]