Lines Matching defs:ops
317 sock->ops = answer->ops;
1142 .ops = &inet_stream_ops,
1151 .ops = &inet_dgram_ops,
1159 .ops = &inet_sockraw_ops,
1167 .ops = &inet_sockraw_ops,
1350 const struct net_offload *ops;
1394 ops = rcu_dereference(inet_offloads[proto]);
1395 if (likely(ops && ops->callbacks.gso_segment)) {
1396 segs = ops->callbacks.gso_segment(skb, features);
1456 const struct net_offload *ops;
1478 ops = rcu_dereference(inet_offloads[proto]);
1479 if (!ops || !ops->callbacks.gro_receive)
1564 ops->callbacks.gro_receive, head, skb);
1632 const struct net_offload *ops;
1645 ops = rcu_dereference(inet_offloads[proto]);
1646 if (WARN_ON(!ops || !ops->callbacks.gro_complete))
1653 err = INDIRECT_CALL_2(ops->callbacks.gro_complete,
2055 pr_crit("%s: Cannot init ipv4 inet pernet ops\n", __func__);