/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 48 u8 eth_dst[ETH_ALEN]; member 63 u8 eth_dst[ETH_ALEN]; member 78 u8 eth_dst[ETH_ALEN]; member 114 u8 eth_dst[ETH_ALEN]; member 120 u8 eth_dst[ETH_ALEN]; member 153 u8 eth_dst[ETH_ALEN]; member 359 ETH_ALEN, entry->key.term_mac.eth_dst)) in ofdpa_cmd_flow_tbl_add_term_mac() 410 ETH_ALEN, entry->key.bridge.eth_dst)) in ofdpa_cmd_flow_tbl_add_bridge() 455 ETH_ALEN, entry->key.acl.eth_dst)) in ofdpa_cmd_flow_tbl_add_acl() 607 if (!is_zero_ether_addr(entry->l2_rewrite.eth_dst) in ofdpa_cmd_group_tbl_add_l2_rewrite() 880 ofdpa_flow_tbl_term_mac(struct ofdpa_port *ofdpa_port, u32 in_pport, u32 in_pport_mask, __be16 eth_type, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 vlan_id, __be16 vlan_id_mask, bool copy_to_cpu, int flags) ofdpa_flow_tbl_term_mac() argument 916 ofdpa_flow_tbl_bridge(struct ofdpa_port *ofdpa_port, int flags, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 vlan_id, u32 tunnel_id, enum rocker_of_dpa_table_id goto_tbl, u32 group_id, bool copy_to_cpu) ofdpa_flow_tbl_bridge() argument 997 ofdpa_flow_tbl_acl(struct ofdpa_port *ofdpa_port, int flags, u32 in_pport, u32 in_pport_mask, const u8 *eth_src, const u8 *eth_src_mask, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 eth_type, __be16 vlan_id, __be16 vlan_id_mask, u8 ip_proto, u8 ip_proto_mask, u8 ip_tos, u8 ip_tos_mask, u32 group_id) ofdpa_flow_tbl_acl() argument 1248 ofdpa_neigh_update(struct ofdpa_neigh_tbl_entry *entry, const u8 *eth_dst, bool ttl_check) ofdpa_neigh_update() argument 1259 ofdpa_port_ipv4_neigh(struct ofdpa_port *ofdpa_port, int flags, __be32 ip_addr, const u8 *eth_dst) ofdpa_port_ipv4_neigh() argument 1544 const u8 *eth_dst; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 48 u8 eth_dst[ETH_ALEN]; member 63 u8 eth_dst[ETH_ALEN]; member 78 u8 eth_dst[ETH_ALEN]; member 114 u8 eth_dst[ETH_ALEN]; member 120 u8 eth_dst[ETH_ALEN]; member 153 u8 eth_dst[ETH_ALEN]; member 359 ETH_ALEN, entry->key.term_mac.eth_dst)) in ofdpa_cmd_flow_tbl_add_term_mac() 410 ETH_ALEN, entry->key.bridge.eth_dst)) in ofdpa_cmd_flow_tbl_add_bridge() 455 ETH_ALEN, entry->key.acl.eth_dst)) in ofdpa_cmd_flow_tbl_add_acl() 607 if (!is_zero_ether_addr(entry->l2_rewrite.eth_dst) in ofdpa_cmd_group_tbl_add_l2_rewrite() 880 ofdpa_flow_tbl_term_mac(struct ofdpa_port *ofdpa_port, u32 in_pport, u32 in_pport_mask, __be16 eth_type, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 vlan_id, __be16 vlan_id_mask, bool copy_to_cpu, int flags) ofdpa_flow_tbl_term_mac() argument 916 ofdpa_flow_tbl_bridge(struct ofdpa_port *ofdpa_port, int flags, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 vlan_id, u32 tunnel_id, enum rocker_of_dpa_table_id goto_tbl, u32 group_id, bool copy_to_cpu) ofdpa_flow_tbl_bridge() argument 997 ofdpa_flow_tbl_acl(struct ofdpa_port *ofdpa_port, int flags, u32 in_pport, u32 in_pport_mask, const u8 *eth_src, const u8 *eth_src_mask, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 eth_type, __be16 vlan_id, __be16 vlan_id_mask, u8 ip_proto, u8 ip_proto_mask, u8 ip_tos, u8 ip_tos_mask, u32 group_id) ofdpa_flow_tbl_acl() argument 1248 ofdpa_neigh_update(struct ofdpa_neigh_tbl_entry *entry, const u8 *eth_dst, bool ttl_check) ofdpa_neigh_update() argument 1259 ofdpa_port_ipv4_neigh(struct ofdpa_port *ofdpa_port, int flags, __be32 ip_addr, const u8 *eth_dst) ofdpa_port_ipv4_neigh() argument 1544 const u8 *eth_dst; global() member [all...] |
/kernel/linux/linux-5.10/include/net/tc_act/ |
H A D | tc_skbmod.h | 15 u8 eth_dst[ETH_ALEN]; member
|
H A D | tc_ife.h | 12 u8 eth_dst[ETH_ALEN]; member
|
/kernel/linux/linux-6.6/include/net/tc_act/ |
H A D | tc_skbmod.h | 15 u8 eth_dst[ETH_ALEN]; member
|
H A D | tc_ife.h | 12 u8 eth_dst[ETH_ALEN]; member
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_skbmod.c | 55 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act() 182 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init() 237 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
|
H A D | act_ife.c | 590 ether_addr_copy(p->eth_dst, daddr); in tcf_ife_init() 592 eth_zero_addr(p->eth_dst); in tcf_ife_init() 666 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump() 667 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump() 854 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode() 855 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_skbmod.c | 70 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act() 204 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init() 259 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
|
H A D | act_ife.c | 590 ether_addr_copy(p->eth_dst, daddr); in tcf_ife_init() 592 eth_zero_addr(p->eth_dst); in tcf_ife_init() 667 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump() 668 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump() 855 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode() 856 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | network-coding.c | 1265 * @eth_dst: next hop mac address of skb 1274 u8 *eth_dst) in batadv_nc_path_search() 1308 eth_dst, in batadv_nc_path_search() 1331 * @eth_dst: next hop mac address of skb 1340 u8 *eth_dst, in batadv_nc_skb_src_search() 1362 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search() 1270 batadv_nc_path_search(struct batadv_priv *bat_priv, struct batadv_nc_node *in_nc_node, struct batadv_nc_node *out_nc_node, struct sk_buff *skb, u8 *eth_dst) batadv_nc_path_search() argument 1338 batadv_nc_skb_src_search(struct batadv_priv *bat_priv, struct sk_buff *skb, u8 *eth_dst, u8 *eth_src, struct batadv_nc_node *in_nc_node) batadv_nc_skb_src_search() argument
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | network-coding.c | 1252 * @eth_dst: next hop mac address of skb 1261 u8 *eth_dst) in batadv_nc_path_search() 1295 eth_dst, in batadv_nc_path_search() 1318 * @eth_dst: next hop mac address of skb 1327 u8 *eth_dst, in batadv_nc_skb_src_search() 1349 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search() 1257 batadv_nc_path_search(struct batadv_priv *bat_priv, struct batadv_nc_node *in_nc_node, struct batadv_nc_node *out_nc_node, struct sk_buff *skb, u8 *eth_dst) batadv_nc_path_search() argument 1325 batadv_nc_skb_src_search(struct batadv_priv *bat_priv, struct sk_buff *skb, u8 *eth_dst, u8 *eth_src, struct batadv_nc_node *in_nc_node) batadv_nc_skb_src_search() argument
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | openvswitch.h | 399 __u8 eth_dst[ETH_ALEN]; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | openvswitch.h | 435 __u8 eth_dst[ETH_ALEN]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 224 __u8 eth_dst[ETH_ALEN]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 224 __u8 eth_dst[ETH_ALEN]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 214 __u8 eth_dst[ETH_ALEN]; member
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 268 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr() 269 mask->eth_dst); in set_eth_addr() 300 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
|
H A D | flow_netlink.c | 1515 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 2043 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 271 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr() 272 mask->eth_dst); in set_eth_addr() 303 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
|
H A D | flow_netlink.c | 1527 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 2066 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()
|