Searched defs:nfp_fl_set_eth (Results 1 – 2 of 2) sorted by relevance
132 struct nfp_fl_set_eth { struct133 struct nfp_fl_act_head head;134 __be16 reserved;135 u8 eth_addr_mask[ETH_ALEN * 2];136 u8 eth_addr_val[ETH_ALEN * 2];
519 nfp_fl_set_eth(const struct flow_action_entry *act, u32 off, in nfp_fl_set_eth() function