Lines Matching refs:nl
86 m->snl.nl.nl_pid = snl.nl.nl_pid; in monitor_set_nl_address()
94 m->snl_trusted_sender.nl.nl_pid = sender->snl.nl.nl_pid; in device_monitor_allow_unicast_sender()
160 .snl.nl.nl_family = AF_NETLINK, in device_monitor_new_full()
161 .snl.nl.nl_groups = group, in device_monitor_new_full()
458 if (snl.nl.nl_groups == MONITOR_GROUP_NONE) { in device_monitor_receive_device()
460 if (m->snl_trusted_sender.nl.nl_pid == 0 || in device_monitor_receive_device()
461 snl.nl.nl_pid != m->snl_trusted_sender.nl.nl_pid) in device_monitor_receive_device()
465 } else if (snl.nl.nl_groups == MONITOR_GROUP_KERNEL) { in device_monitor_receive_device()
466 if (snl.nl.nl_pid > 0) in device_monitor_receive_device()
468 … "sd-device-monitor: Multicast kernel netlink message from PID %"PRIu32" ignored.", snl.nl.nl_pid); in device_monitor_receive_device()
565 .nl.nl_family = AF_NETLINK, in device_monitor_send_device()
566 .nl.nl_groups = MONITOR_GROUP_UDEV, in device_monitor_send_device()
659 if (m->snl.nl.nl_groups == MONITOR_GROUP_KERNEL || in sd_device_monitor_filter_update()