Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/lib/
Dcsum.c699 struct tpacket_auxdata *aux = NULL; in recv_get_packet_csum_status()
711 if (cm->cmsg_len != CMSG_LEN(sizeof(struct tpacket_auxdata))) in recv_get_packet_csum_status()
713 cm->cmsg_len, CMSG_LEN(sizeof(struct tpacket_auxdata))); in recv_get_packet_csum_status()
728 char ctrl[CMSG_SPACE(sizeof(struct tpacket_auxdata))]; in recv_packet()
/linux-6.12.1/include/uapi/linux/
Dif_packet.h99 struct tpacket_auxdata { struct
/linux-6.12.1/net/packet/
Daf_packet.c3589 struct tpacket_auxdata aux; in packet_recvmsg()