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