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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_neigh.c54 static void dn_short_error_report(struct neighbour *, struct sk_buff *);
77 .error_report = dn_short_error_report,
89 .error_report = dn_short_error_report, /* Can use short version here */
200 static void dn_short_error_report(struct neighbour *neigh, struct sk_buff *skb) function
202 printk(KERN_DEBUG "dn_short_error_report: called\n");

Completed in 87 milliseconds