Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h306 uint64_t is_arp:1; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2054 static inline int is_arp(struct sk_buff *skb) in is_arp() function
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c3405 bool is_arp = skb->protocol == __cpu_to_be16(ETH_P_ARP); in bond_rcv_validate() local
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1268 #define is_arp(skb) (skb->protocol == htons(ETH_P_ARP)) macro
/openbmc/linux/drivers/staging/octeon/
H A Docteon-stubs.h113 uint64_t is_arp:1; member