Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dnetlink.h114 #define NETLINK_CAP_ACK 10 macro
/aosp12/packages/modules/Connectivity/Tethering/jni/
H A Dcom_android_networkstack_tethering_BpfUtils.cpp59 if (setsockopt(fd, SOL_NETLINK, NETLINK_CAP_ACK, &on, sizeof(on))) { in sendAndProcessNetlinkResponse()
/aosp12/system/netd/server/
H A DOffloadUtils.cpp105 int rv = setsockopt(fd, SOL_NETLINK, NETLINK_CAP_ACK, &on, sizeof(on)); in sendAndProcessNetlinkResponse()