Home
last modified time | relevance | path

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

/Linux-v6.1/tools/accounting/
Dprocacct.c95 static int create_nl_socket(int protocol) in create_nl_socket() function
332 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
Dgetdelays.c88 static int create_nl_socket(int protocol) in create_nl_socket() function
395 nl_sd = create_nl_socket(NETLINK_GENERIC); in main()
/Linux-v6.1/tools/testing/selftests/nci/
Dnci_dev.c90 static int create_nl_socket(void) in create_nl_socket() function
414 self->sd = create_nl_socket(); in FIXTURE_SETUP()