Lines Matching defs:ops
235 const struct net_offload *ops;
251 ops = rcu_dereference(offloads[proto]);
252 if (!ops || !ops->callbacks.gro_receive)
255 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb);
266 const struct net_offload *ops;
273 ops = rcu_dereference(offloads[proto]);
274 if (WARN_ON(!ops || !ops->callbacks.gro_complete))
277 err = ops->callbacks.gro_complete(skb, nhoff);
315 const struct net_offload *ops;
443 ops = rcu_dereference(offloads[proto]);
444 if (WARN_ON_ONCE(!ops || !ops->callbacks.gro_receive))
447 pp = call_gro_receive(ops->callbacks.gro_receive, head, skb);
462 const struct net_offload *ops;
490 ops = rcu_dereference(offloads[proto]);
491 if (WARN_ON(!ops || !ops->callbacks.gro_complete))
494 err = ops->callbacks.gro_complete(skb, nhoff + guehlen);
1212 pr_err("can't add fou ops\n");
1218 pr_err("can't add gue ops\n");