Home
last modified time | relevance | path

Searched defs:ins (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-device/
Ddevice-monitor.c629 static void bpf_stmt(struct sock_filter *ins, unsigned *i, in bpf_stmt()
637 static void bpf_jmp(struct sock_filter *ins, unsigned *i, in bpf_jmp()
649 struct sock_filter ins[512] = {}; in sd_device_monitor_filter_update() local
/systemd-251/src/core/
Dbpf-devices.c247 struct bpf_insn *ins = &((*prog)->instructions[off]); in bpf_devices_apply_policy() local