Searched refs:nss_nl_info (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/
H A Dnss_nl.h36 #define nss_nl_info(s, ...) pr_debug("%s[%d]:" s, __func__, __LINE__, ##__VA_ARGS__) macro
53 #define nss_nl_info(s, ...) { \ macro
H A Dnss_nlipv4.c199 nss_nl_info("neighbour lookup failed for IP:0x%x\n", htonl(ip_addr));
206 nss_nl_info("neighbour state is invalid for IP:0x%x\n", htonl(ip_addr));
211 nss_nl_info("neighbour device not found for IP:0x%x\n", htonl(ip_addr));
216 nss_nl_info( "neighbour MAC address is multicast or broadcast\n");
243 nss_nl_info("Empty protocol or flow_ip or return_ip for 5-tuple\n");
260 nss_nl_info("Empty idents flow port:%d return port:%d\n", tuple->flow_ident, tuple->return_ident);
292 nss_nl_info("Error in Updating the Flow MAC Address \n");
297 nss_nl_info("Error in Updating the Return MAC Address \n");

Completed in 111 milliseconds