Searched defs:flow_block_offload (Results 1 – 1 of 1) sorted by relevance
498 struct flow_block_offload { struct499 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 …]