Searched defs:flow_block_offload (Results 1 – 1 of 1) sorted by relevance
482 struct flow_block_offload { struct483 enum flow_block_command command;484 enum flow_block_binder_type binder_type;485 bool block_shared;486 bool unlocked_driver_cb;487 struct net *net;488 struct flow_block *block;489 struct list_head cb_list;490 struct list_head *driver_block_list;491 struct netlink_ext_ack *extack;[all …]