cregit-Linux how code gets into the kernel

Release 4.12 include/net/gro_cells.h

Directory: include/net
#ifndef _NET_GRO_CELLS_H

#define _NET_GRO_CELLS_H

#include <linux/skbuff.h>
#include <linux/slab.h>
#include <linux/netdevice.h>

struct gro_cell;


struct gro_cells {
	
struct gro_cell __percpu	*cells;
};

int gro_cells_receive(struct gro_cells *gcells, struct sk_buff *skb);
int gro_cells_init(struct gro_cells *gcells, struct net_device *dev);
void gro_cells_destroy(struct gro_cells *gcells);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Eric Dumazet6697.06%250.00%
Martin KaFai Lau11.47%125.00%
Paolo Abeni11.47%125.00%
Total68100.00%4100.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.