Searched refs:net_offload (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | protocol.h | 68 struct net_offload { struct 93 extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS]; argument 94 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS]; 102 int inet_add_offload(const struct net_offload *prot, unsigned char num); 103 int inet_del_offload(const struct net_offload *prot, unsigned char num); 113 int inet6_add_offload(const struct net_offload *prot, unsigned char num); 114 int inet6_del_offload(const struct net_offload *prot, unsigned char num);
|
/linux-6.3-rc2/net/ipv6/ |
A D | protocol.c | 49 const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly; 52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload() 54 return !cmpxchg((const struct net_offload **)&inet6_offloads[protocol], in inet6_add_offload() 59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload() 63 ret = (cmpxchg((const struct net_offload **)&inet6_offloads[protocol], in inet6_del_offload()
|
A D | ip6_offload.c | 41 const struct net_offload *ops = NULL; in ipv6_gso_pull_exthdrs() 79 const struct net_offload *ops; in ipv6_gso_segment() 166 const struct net_offload **opps) in ipv6_exthdrs_len() 191 const struct net_offload *ops; in ipv6_gro_receive() 322 const struct net_offload *ops; in ipv6_gro_complete() 429 static const struct net_offload sit_offload = { 437 static const struct net_offload ip4ip6_offload = { 445 static const struct net_offload ip6ip6_offload = {
|
A D | exthdrs_offload.c | 11 static const struct net_offload rthdr_offload = { 15 static const struct net_offload dstopt_offload = {
|
A D | esp6_offload.c | 157 const struct net_offload *ops; in xfrm6_transport_gso_segment() 175 const struct net_offload *ops; in xfrm6_beet_gso_segment() 380 static const struct net_offload esp6_offload = {
|
A D | tcpv6_offload.c | 68 static const struct net_offload tcpv6_offload = {
|
A D | udp_offload.c | 192 static const struct net_offload udpv6_offload = {
|
/linux-6.3-rc2/net/ipv4/ |
A D | protocol.c | 29 const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly; 39 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload() 41 return !cmpxchg((const struct net_offload **)&inet_offloads[protocol], in inet_add_offload() 59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() 63 ret = (cmpxchg((const struct net_offload **)&inet_offloads[protocol], in inet_del_offload()
|
A D | fou_core.c | 235 const struct net_offload __rcu **offloads; in fou_gro_receive() 237 const struct net_offload *ops; in fou_gro_receive() 265 const struct net_offload __rcu **offloads; in fou_gro_complete() 267 const struct net_offload *ops; in fou_gro_complete() 310 const struct net_offload __rcu **offloads; in gue_gro_receive() 311 const struct net_offload *ops; in gue_gro_receive() 451 const struct net_offload __rcu **offloads; in gue_gro_complete() 452 const struct net_offload *ops; in gue_gro_complete()
|
A D | esp4_offload.c | 123 const struct net_offload *ops; in xfrm4_transport_gso_segment() 141 const struct net_offload *ops; in xfrm4_beet_gso_segment() 346 static const struct net_offload esp4_offload = {
|
A D | udp_offload.c | 156 const struct net_offload __rcu **offloads; in skb_udp_tunnel_segment() 158 const struct net_offload *ops; in skb_udp_tunnel_segment() 730 static const struct net_offload udpv4_offload = {
|
A D | gre_offload.c | 262 static const struct net_offload gre_offload = {
|
A D | af_inet.c | 1350 const struct net_offload *ops; in inet_gso_segment() 1455 const struct net_offload *ops; in inet_gro_receive() 1621 const struct net_offload *ops; in inet_gro_complete() 1893 static const struct net_offload ipip_offload = {
|
A D | tcp_offload.c | 348 static const struct net_offload tcpv4_offload = {
|
/linux-6.3-rc2/net/sctp/ |
A D | offload.c | 89 static const struct net_offload sctp_offload = { 95 static const struct net_offload sctp6_offload = {
|
Completed in 17 milliseconds