Home
last modified time | relevance | path

Searched hist:f404e9a67ffdc0bb0302a5ad1f7eaf58e5a59109 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dpktgen.cdiff f404e9a67ffdc0bb0302a5ad1f7eaf58e5a59109 Tue Jan 17 15:04:57 CST 2006 Kris Katterjohn <kjak@users.sourceforge.net> [PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN

This replaces some tests with is_zero_ether_addr(), memcmp(one, two,
6) with compare_ether_addr(one, two), and 6 with ETH_ALEN where
appropriate.

Signed-off-by: Kris Katterjohn <kjak@users.sourceforge.net>
Signed-off-by: David S. Miller <davem@davemloft.net>