Home
last modified time | relevance | path

Searched refs:offload_base (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
H A Dhotdata.c9 .offload_base = LIST_HEAD_INIT(net_hotdata.offload_base),
H A Dgro.c29 list_for_each_entry(elem, &net_hotdata.offload_base, list) { in dev_add_offload()
53 struct list_head *head = &net_hotdata.offload_base; in __dev_remove_offload()
256 struct list_head *head = &net_hotdata.offload_base; in napi_gro_complete()
465 struct list_head *head = &net_hotdata.offload_base; in dev_gro_receive()
570 struct list_head *offload_head = &net_hotdata.offload_base; in gro_find_receive_by_type()
584 struct list_head *offload_head = &net_hotdata.offload_base; in gro_find_complete_by_type()
H A Dgso.c20 list_for_each_entry_rcu(ptype, &net_hotdata.offload_base, list) { in skb_eth_gso_segment()
51 list_for_each_entry_rcu(ptype, &net_hotdata.offload_base, list) { in skb_mac_gso_segment()
/linux/include/net/
H A Dhotdata.h25 struct list_head offload_base; member