}
/*
- * Parse IPv4 DNS mesage.
+ * Parse IPv4 DNS message.
* Returns XDP_PASS if message needs to go through (i.e. pass)
* XDP_REDIRECT if message needs to be redirected (for AF_XDP, which needs to be translated to the caller into XDP_PASS outside of the AF_XDP)
* XDP_TX if (modified) message needs to be replied
}
/*
- * Parse IPv6 DNS mesage.
+ * Parse IPv6 DNS message.
* Returns XDP_PASS if message needs to go through (i.e. pass)
* XDP_REDIRECT if message needs to be redirected (for AF_XDP, which needs to be translated to the caller into XDP_PASS outside of the AF_XDP)
* XDP_TX if (modified) message needs to be replied