cregit-Linux how code gets into the kernel

Release 4.14 include/net/ife.h

Directory: include/net
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NET_IFE_H

#define __NET_IFE_H

#include <linux/etherdevice.h>
#include <linux/rtnetlink.h>
#include <linux/module.h>
#include <uapi/linux/ife.h>

#if IS_ENABLED(CONFIG_NET_IFE)

void *ife_encode(struct sk_buff *skb, u16 metalen);
void *ife_decode(struct sk_buff *skb, u16 *metalen);

void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, u16 *totlen);
int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen,
			const void *dval);

void *ife_tlv_meta_next(void *skbdata);

#else


static inline void *ife_encode(struct sk_buff *skb, u16 metalen) { return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
Yotam Gigi19100.00%1100.00%
Total19100.00%1100.00%


static inline void *ife_decode(struct sk_buff *skb, u16 *metalen) { return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
Yotam Gigi20100.00%1100.00%
Total20100.00%1100.00%


static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, u16 *totlen) { return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
Yotam Gigi27100.00%1100.00%
Total27100.00%1100.00%


static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Yotam Gigi25100.00%1100.00%
Total25100.00%1100.00%


static inline void *ife_tlv_meta_next(void *skbdata) { return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
Yotam Gigi15100.00%1100.00%
Total15100.00%1100.00%

#endif #endif /* __NET_IFE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Yotam Gigi21399.53%150.00%
Greg Kroah-Hartman10.47%150.00%
Total214100.00%2100.00%
Directory: include/net
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.