Searched refs:dn_short_output (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.c56 static int dn_short_output(struct sk_buff *);
78 .output = dn_short_output,
79 .connected_output = dn_short_output,
273 static int dn_short_output(struct sk_buff *skb) function
288 printk(KERN_CRIT "dn_short_output: no memory\n");
295 printk(KERN_INFO "dn_short_output: Increasing headroom\n");

Completed in 93 milliseconds