Searched refs:gro_node (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | gro.c | 253 static void gro_complete(struct gro_node *gro, struct sk_buff *skb) in gro_complete() 289 static void __gro_flush_chain(struct gro_node *gro, u32 index, bool flush_old) in __gro_flush_chain() 311 void __gro_flush(struct gro_node *gro, bool flush_old) in __gro_flush() 441 static void gro_flush_oldest(struct gro_node *gro, struct list_head *head) in gro_flush_oldest() 460 static enum gro_result dev_gro_receive(struct gro_node *gro, in dev_gro_receive() 596 static gro_result_t gro_skb_finish(struct gro_node *gro, struct sk_buff *skb, in gro_skb_finish() 622 gro_result_t gro_receive_skb(struct gro_node *gro, struct sk_buff *skb) in gro_receive_skb() 795 void gro_init(struct gro_node *gro) in gro_init() 809 void gro_cleanup(struct gro_node *gro) in gro_cleanup()
|
| H A D | dev.c | 12345 BITS_PER_BYTE * sizeof_field(struct gro_node, bitmask)); in netdev_init()
|
| /linux-6.15/include/net/ |
| H A D | gro.h | 512 void __gro_flush(struct gro_node *gro, bool flush_old); 514 static inline void gro_flush(struct gro_node *gro, bool flush_old) in gro_flush() 528 static inline void gro_normal_list(struct gro_node *gro) in gro_normal_list() 540 static inline void gro_normal_one(struct gro_node *gro, struct sk_buff *skb, in gro_normal_one() 549 void gro_init(struct gro_node *gro); 550 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-6.15/kernel/bpf/ |
| H A D | cpumap.c | 71 struct gro_node gro;
|
| /linux-6.15/include/linux/ |
| H A D | netdevice.h | 356 struct gro_node { struct 399 struct gro_node gro; 4144 gro_result_t gro_receive_skb(struct gro_node *gro, struct sk_buff *skb);
|