Searched refs:eth_type (Results 1 – 3 of 3) sorted by relevance
1153 __be16 eth_type; in parse_eth_type_from_nlattrs() local1158 eth_type = htons(0xffff); in parse_eth_type_from_nlattrs()2988 if (!eth_p_mpls(eth_type)) in validate_set()3309 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()3337 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()3347 !eth_p_mpls(eth_type)) in __ovs_nla_copy_actions()3369 eth_type = htons(0); in __ovs_nla_copy_actions()3371 eth_type = proto; in __ovs_nla_copy_actions()3467 eth_type, vlan_tci, in __ovs_nla_copy_actions()3480 eth_type, in __ovs_nla_copy_actions()[all …]
74 eth_hdr(skb)->h_proto = p->eth_type; in tcf_skbmod_act()119 u16 eth_type = 0; in tcf_skbmod_init() local144 eth_type = nla_get_u16(tb[TCA_SKBMOD_ETYPE]); in tcf_skbmod_init()208 p->eth_type = htons(eth_type); in tcf_skbmod_init()265 nla_put_u16(skb, TCA_SKBMOD_ETYPE, ntohs(p->eth_type))) in tcf_skbmod_dump()
599 p->eth_type = ife_type; in tcf_ife_init()677 if (nla_put(skb, TCA_IFE_TYPE, 2, &p->eth_type)) in tcf_ife_dump()857 oethh->h_proto = htons(p->eth_type); in tcf_ife_encode()
Completed in 13 milliseconds