Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dflow_offload.h436 struct flow_block_offload { struct
437 enum flow_block_command command;
438 enum flow_block_binder_type binder_type;
439 bool block_shared;
440 bool unlocked_driver_cb;
441 struct net *net;
442 struct flow_block *block;
443 struct list_head cb_list;
444 struct list_head *driver_block_list;
445 struct netlink_ext_ack *extack;
[all …]
/kernel/linux/linux-6.6/include/net/
Dflow_offload.h498 struct flow_block_offload { struct
499 enum flow_block_command command;
500 enum flow_block_binder_type binder_type;
501 bool block_shared;
502 bool unlocked_driver_cb;
503 struct net *net;
504 struct flow_block *block;
505 struct list_head cb_list;
506 struct list_head *driver_block_list;
507 struct netlink_ext_ack *extack;
[all …]