Searched defs:flow_block_offload (Results 1 – 1 of 1) sorted by relevance
588 struct flow_block_offload { struct589 enum flow_block_command command;590 enum flow_block_binder_type binder_type;591 bool block_shared;592 bool unlocked_driver_cb;593 struct net *net;594 struct flow_block *block;595 struct list_head cb_list;596 struct list_head *driver_block_list;597 struct netlink_ext_ack *extack;[all …]