Symbol: sw_flow_mask
net/openvswitch/datapath.c
1001
struct sw_flow_mask mask;
net/openvswitch/datapath.c
1170
const struct sw_flow_mask *mask,
net/openvswitch/datapath.c
1209
struct sw_flow_mask mask;
net/openvswitch/flow.h
193
struct sw_flow_mask *mask;
net/openvswitch/flow.h
233
struct sw_flow_mask *mask;
net/openvswitch/flow_netlink.c
2680
struct sw_flow_mask *mask)
net/openvswitch/flow_netlink.h
31
struct sw_flow_mask *mask);
net/openvswitch/flow_table.c
1005
const struct sw_flow_mask *new)
net/openvswitch/flow_table.c
1007
struct sw_flow_mask *mask;
net/openvswitch/flow_table.c
1080
const struct sw_flow_mask *mask)
net/openvswitch/flow_table.c
1117
struct sw_flow_mask *mask;
net/openvswitch/flow_table.c
269
struct sw_flow_mask *new)
net/openvswitch/flow_table.c
297
struct sw_flow_mask *mask)
net/openvswitch/flow_table.c
329
static void flow_mask_remove(struct flow_table *tbl, struct sw_flow_mask *mask)
net/openvswitch/flow_table.c
54
bool full, const struct sw_flow_mask *mask)
net/openvswitch/flow_table.c
698
const struct sw_flow_mask *mask,
net/openvswitch/flow_table.c
735
struct sw_flow_mask *mask;
net/openvswitch/flow_table.c
875
struct sw_flow_mask *mask;
net/openvswitch/flow_table.c
963
static struct sw_flow_mask *mask_alloc(void)
net/openvswitch/flow_table.c
965
struct sw_flow_mask *mask;
net/openvswitch/flow_table.c
974
static bool mask_equal(const struct sw_flow_mask *a,
net/openvswitch/flow_table.c
975
const struct sw_flow_mask *b)
net/openvswitch/flow_table.c
985
static struct sw_flow_mask *flow_mask_find(const struct flow_table *tbl,
net/openvswitch/flow_table.c
986
const struct sw_flow_mask *mask)
net/openvswitch/flow_table.c
993
struct sw_flow_mask *t;
net/openvswitch/flow_table.h
108
bool full, const struct sw_flow_mask *mask);
net/openvswitch/flow_table.h
51
struct sw_flow_mask __rcu *masks[] __counted_by(max);
net/openvswitch/flow_table.h
86
const struct sw_flow_mask *mask);