Searched refs:gro_node (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/ |
| H A D | gro.h | 503 void __gro_flush(struct gro_node *gro, bool flush_old); 505 static inline void gro_flush(struct gro_node *gro, bool flush_old) in gro_flush() 519 static inline void gro_normal_list(struct gro_node *gro) in gro_normal_list() 528 static inline void gro_flush_normal(struct gro_node *gro, bool flush_old) in gro_flush_normal() 537 static inline void gro_normal_one(struct gro_node *gro, struct sk_buff *skb, in gro_normal_one() 546 void gro_init(struct gro_node *gro); 547 void gro_cleanup(struct gro_node *gro);
|
| H A D | busy_poll.h | 131 const struct gro_node *gro) in __skb_mark_napi_id()
|
| /linux/net/core/ |
| H A D | gro.c | 252 static void gro_complete(struct gro_node *gro, struct sk_buff *skb) in gro_complete() 290 static void __gro_flush_chain(struct gro_node *gro, u32 index, bool flush_old) in __gro_flush_chain() 312 void __gro_flush(struct gro_node *gro, bool flush_old) in __gro_flush() 443 static void gro_flush_oldest(struct gro_node *gro, struct list_head *head) in gro_flush_oldest() 462 static enum gro_result dev_gro_receive(struct gro_node *gro, in dev_gro_receive() 598 static gro_result_t gro_skb_finish(struct gro_node *gro, struct sk_buff *skb, in gro_skb_finish() 624 gro_result_t gro_receive_skb(struct gro_node *gro, struct sk_buff *skb) in gro_receive_skb() 803 void gro_init(struct gro_node *gro) in gro_init() 817 void gro_cleanup(struct gro_node *gro) in gro_cleanup()
|
| H A D | dev.c | 12901 BITS_PER_BYTE * sizeof_field(struct gro_node, bitmask)); in netdev_init()
|
| /linux/kernel/bpf/ |
| H A D | cpumap.c | 73 struct gro_node gro;
|
| /linux/include/linux/ |
| H A D | netdevice.h | 358 struct gro_node { struct 403 struct gro_node gro; 4249 gro_result_t gro_receive_skb(struct gro_node *gro, struct sk_buff *skb);
|