Home
last modified time | relevance | path

Searched refs:l3_protocol (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tools/ebpf/
H A Drss.bpf.c305 __u16 l3_protocol = bpf_ntohs(parse_eth_type(skb)); in parse_packet() local
306 if (l3_protocol == 0) { in parse_packet()
311 if (l3_protocol == ETH_P_IP) { in parse_packet()
327 } else if (l3_protocol == ETH_P_IPV6) { in parse_packet()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c40 acl_h->l3_protocol = match.key->ip_proto; in dpaa2_switch_flower_parse_key()
42 acl_m->l3_protocol = match.mask->ip_proto; in dpaa2_switch_flower_parse_key()
H A Ddpsw.h695 u8 l3_protocol; member
H A Ddpsw.c1512 ext_params->match_l3_protocol = key->match.l3_protocol; in dpsw_acl_prepare_entry_cfg()
1513 ext_params->mask_l3_protocol = key->mask.l3_protocol; in dpsw_acl_prepare_entry_cfg()