Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dif_ether.h68 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/Linux-v5.15/net/bridge/netfilter/
Debt_arp.c107 e->ethproto != htons(ETH_P_RARP)) || in ebt_arp_mt_check()
Debt_log.c140 (eth_hdr(skb)->h_proto == htons(ETH_P_RARP)))) { in ebt_log_packet()
/Linux-v5.15/drivers/net/arcnet/
Drfc1201.c117 return htons(ETH_P_RARP); in type_trans()
396 case ETH_P_RARP: in build_header()
/Linux-v5.15/net/bridge/
Dbr_input.c119 skb->protocol == htons(ETH_P_RARP))) { in br_handle_frame_finish()
Dbr_device.c65 eth_hdr(skb)->h_proto == htons(ETH_P_RARP)) && in br_dev_xmit()
/Linux-v5.15/net/ipv4/
Dipconfig.c473 .type = cpu_to_be16(ETH_P_RARP),
588 arp_send(ARPOP_RREQUEST, ETH_P_RARP, 0, dev, 0, NULL, in ic_rarp_send_if()
/Linux-v5.15/drivers/staging/octeon/
Dethernet-tx.c630 work->word2.snoip.is_rarp = skb->protocol == htons(ETH_P_RARP); in cvm_oct_xmit_pow()
/Linux-v5.15/net/bluetooth/bnep/
Dcore.c95 s->proto_filter[1].start = ETH_P_RARP; in bnep_set_default_proto_filter()
/Linux-v5.15/net/openvswitch/
Dflow_netlink.c182 || match->key->eth.type == htons(ETH_P_RARP)) { in match_validate()
2120 swkey->eth.type == htons(ETH_P_RARP)) { in __ovs_nla_put_key()
3149 eth_type != htons(ETH_P_RARP) && in __ovs_nla_copy_actions()
3177 eth_type != htons(ETH_P_RARP) && in __ovs_nla_copy_actions()
Dflow.c618 key->eth.type == htons(ETH_P_RARP)) { in key_extract_l3l4()
/Linux-v5.15/net/netfilter/
Dnf_log_syslog.c954 case htons(ETH_P_RARP): in nf_log_netdev_packet()
/Linux-v5.15/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1114 (header->proto != htons(ETH_P_RARP)) && in ipoib_start_xmit()
1145 case htons(ETH_P_RARP): in ipoib_start_xmit()
/Linux-v5.15/net/core/
Dflow_dissector.c1258 case htons(ETH_P_RARP): in __skb_flow_dissect()
/Linux-v5.15/net/sched/
Dcls_flower.c1623 key->basic.n_proto == htons(ETH_P_RARP)) { in fl_set_key()
2969 key->basic.n_proto == htons(ETH_P_RARP)) && in fl_dump_key()