Searched refs:ife_tlv_meta_decode (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | ife.h | 14 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype, 33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode() function
|
/openbmc/linux/net/ife/ |
H A D | ife.c | 127 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype, in ife_tlv_meta_decode() function 144 EXPORT_SYMBOL_GPL(ife_tlv_meta_decode);
|
/openbmc/linux/net/sched/ |
H A D | act_ife.c | 739 curr_data = ife_tlv_meta_decode(tlv_data, ifehdr_end, &mtype, in tcf_ife_decode()
|