Home
last modified time | relevance | path

Searched refs:ETH_P_RARP (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dif_ether.h68 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/Linux-v4.19/net/bridge/netfilter/
Debt_arp.c106 e->ethproto != htons(ETH_P_RARP)) || in ebt_arp_mt_check()
Debt_log.c139 (eth_hdr(skb)->h_proto == htons(ETH_P_RARP)))) { in ebt_log_packet()
/Linux-v4.19/net/netfilter/
Dnf_log_common.c199 case htons(ETH_P_RARP): in nf_log_l2packet()
/Linux-v4.19/drivers/net/arcnet/
Drfc1201.c117 return htons(ETH_P_RARP); in type_trans()
396 case ETH_P_RARP: in build_header()
/Linux-v4.19/net/bridge/
Dbr_input.c121 skb->protocol == htons(ETH_P_RARP))) { in br_handle_frame_finish()
Dbr_device.c69 eth->h_proto == htons(ETH_P_RARP)) && in br_dev_xmit()
/Linux-v4.19/net/ipv4/
Dipconfig.c453 .type = cpu_to_be16(ETH_P_RARP),
568 arp_send(ARPOP_RREQUEST, ETH_P_RARP, 0, dev, 0, NULL, in ic_rarp_send_if()
/Linux-v4.19/drivers/staging/octeon/
Dethernet-tx.c642 work->word2.snoip.is_rarp = skb->protocol == htons(ETH_P_RARP); in cvm_oct_xmit_pow()
/Linux-v4.19/net/bluetooth/bnep/
Dcore.c95 s->proto_filter[1].start = ETH_P_RARP; in bnep_set_default_proto_filter()
/Linux-v4.19/net/openvswitch/
Dflow.c690 key->eth.type == htons(ETH_P_RARP)) { in key_extract()
Dflow_netlink.c192 || match->key->eth.type == htons(ETH_P_RARP)) { in match_validate()
2090 swkey->eth.type == htons(ETH_P_RARP)) { in __ovs_nla_put_key()
2966 eth_type != htons(ETH_P_RARP) && in __ovs_nla_copy_actions()
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1111 (header->proto != htons(ETH_P_RARP)) && in ipoib_start_xmit()
1142 case htons(ETH_P_RARP): in ipoib_start_xmit()
/Linux-v4.19/net/sched/
Dcls_flower.c894 key->basic.n_proto == htons(ETH_P_RARP)) { in fl_set_key()
1782 key->basic.n_proto == htons(ETH_P_RARP)) && in fl_dump_key()
/Linux-v4.19/net/core/
Dflow_dissector.c897 case htons(ETH_P_RARP): in __skb_flow_dissect()