Home
last modified time | relevance | path

Searched refs:do_all (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/bpf/bpftool/
Dmap_perf_ring.c184 bool do_all = true; in do_event_pipe() local
229 do_all = false; in do_event_pipe()
232 if (!do_all) { in do_event_pipe()
/Linux-v4.19/net/bridge/
Dbr_fdb.c394 int do_all) in br_fdb_delete_by_port() argument
404 if (!do_all) in br_fdb_delete_by_port()
Dbr_private.h540 const struct net_bridge_port *p, u16 vid, int do_all);
/Linux-v4.19/drivers/net/
Dvxlan.c2487 static void vxlan_flush(struct vxlan_dev *vxlan, bool do_all) in vxlan_flush() argument
2497 if (!do_all && (f->state & (NUD_PERMANENT | NUD_NOARP))) in vxlan_flush()