Searched refs:nss_nl_error (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/
H A Dnss_nlcrypto.c222 nss_nl_error("unable to extract rule create data\n");
239 nss_nl_error("cipher validation failed: algo(%d), key_len(%d)\n",
246 nss_nl_error("auth validation failed: algo(%d), key_len(%d)\n",
260 nss_nl_error("%d:session alloc failed\n", pid);
269 nss_nl_error("%d:unable to save response data from NL buffer\n", pid);
316 nss_nl_error("unable to extract rule create data\n");
330 nss_nl_error("param validation failed: req_type(%d), auth_skip(%d), cipher_skip(%d)\n",
356 nss_nl_error("unable to extract rule create data\n");
369 nss_nl_error("invalid session index, cipher unknown:%d\n", destroy->session_idx);
374 nss_nl_error("invali
[all...]
H A Dnss_nl.c112 nss_nl_error("%s: unable to allocate notifier SKB\n", family->name);
121 nss_nl_error("%s: no space to put generic header\n", family->name);
149 nss_nl_error("%d:unable to copy incoming message of len(%d)\n", cm->pid, orig->len);
180 nss_nl_error("%s: unable to close generic mcast message\n", grp->family->name);
209 nss_nl_error("%d: unable to close generic ucast message\n", cm->pid);
236 nss_nl_error("%d, %s: version mismatch (%d)\n", pid, family->name, cm->version);
244 nss_nl_error("%d, %s: invalid command len (%d)\n", pid, family->name, nss_nlcmn_get_len(cm));
H A Dnss_nlipsec.c314 nss_nl_error("unable to allocate NSS_NLIPV4 event\n");
359 nss_nl_error("unable to extract create rule data\n");
374 nss_nl_error("%d:unable to find netdevice (%s)\n", pid, nl_rule->ifname);
383 nss_nl_error("%d:interface(%s) was not created through NL_IPSEC\n", pid, dev->name);
408 nss_nl_error("%d:invalid encap rule type(%d), error(%d)\n", pid, type, error);
416 nss_nl_error("%d:unable to add(%d) rule to tunnel(%s)\n", pid, type, dev->name);
446 nss_nl_error("unable to extract destroy rule data\n");
461 nss_nl_error("%d:unable to find netdevice (%s)\n", pid, nl_rule->ifname);
470 nss_nl_error("%d:interface(%s) was not created through NL_IPSEC\n", pid, dev->name);
495 nss_nl_error("
[all...]
H A Dnss_nlipv4.c471 nss_nl_error("unable to allocate NSS_NLIPV4 event\n");
543 nss_nl_error("unable to extract rule create data\n");
559 nss_nl_error("%d:flow interface is not available\n", pid);
566 nss_nl_error("%d:return interface is not available\n", pid);
575 nss_nl_error("%d:invalid 5-tuple information passed\n", pid);
584 nss_nl_error("%d:invalid conn rule information passed\n", pid);
593 nss_nl_error("%d:invalid tcp rule information passed\n", pid);
602 nss_nl_error("%d:invalid pppoe rule information passed\n", pid);
611 nss_nl_error("%d:invalid qos rule information passed\n", pid);
620 nss_nl_error("
[all...]
H A Dnss_nl.h34 #define nss_nl_error(s, ...) pr_debug("%s[%d]:" s, __func__, __LINE__, ##__VA_ARGS__) macro
43 #define nss_nl_error(s, ...) { \ macro

Completed in 82 milliseconds