Home
last modified time | relevance | path

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

/openbmc/linux/tools/accounting/
H A Dprocacct.c95 static int create_nl_socket(int protocol) in create_nl_socket() function
327 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
H A Dgetdelays.c88 static int create_nl_socket(int protocol) in create_nl_socket() function
401 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c90 static int create_nl_socket(void) in create_nl_socket() function
414 self->sd = create_nl_socket(); in FIXTURE_SETUP()