Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/connector/
H A Dproc_filter.c84 struct sockaddr_nl sa_nl; in register_proc_netlink() local
95 bzero(&sa_nl, sizeof(sa_nl)); in register_proc_netlink()
96 sa_nl.nl_family = AF_NETLINK; in register_proc_netlink()
97 sa_nl.nl_groups = CN_IDX_PROC; in register_proc_netlink()
98 sa_nl.nl_pid = getpid(); in register_proc_netlink()
100 if (bind(nl_sock, (struct sockaddr *)&sa_nl, sizeof(sa_nl)) == -1) { in register_proc_netlink()