Home
last modified time | relevance | path

Searched defs:is_arp (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-wqe.h306 uint64_t is_arp:1; member
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c2426 int alen, is_arp = skb->protocol == __cpu_to_be16(ETH_P_ARP); in bond_arp_rcv() local
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c1984 static inline int is_arp(struct sk_buff *skb) in is_arp() function
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c1193 #define is_arp(skb) (skb->protocol == htons(ETH_P_ARP)) macro