MCPcopy Create free account
hub / github.com/bsauce/kernel-exploit-factory / Mnl_socket_sendto

Function Mnl_socket_sendto

CVE-2025-21702/exploit/exploit.c:432–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432ssize_t Mnl_socket_sendto(const struct mnl_socket *nl, const void *req, size_t siz)
433{
434 ssize_t rc = mnl_socket_sendto(nl, req, siz);
435 if (rc < 0)
436 mnl_socket_error("mnl_socket_sendto");
437 return rc;
438}
439
440ssize_t Mnl_socket_recvfrom(const struct mnl_socket *nl, void *buf, size_t siz)
441{

Callers 11

delete_network_interfaceFunction · 0.85
create_hfsc_qdiscFunction · 0.85
change_hfsc_qdiscFunction · 0.85
create_hfsc_classFunction · 0.85
change_hfsc_classFunction · 0.85
delete_qdiscFunction · 0.85
delete_tclassFunction · 0.85
xfrm_policy_allocFunction · 0.85
xfrm_policy_freeFunction · 0.85

Calls 1

mnl_socket_errorFunction · 0.85

Tested by

no test coverage detected