On Wed, 26 Sep 2012 16:34:35 -0700 Pravin B Shelar <[email protected]> wrote:
> +struct gre_protocol_v0 {
> + int (*handler)(struct sk_buff *skb, struct tnl_ptk_info *tpi);
> + int (*err_handler)(struct sk_buff *skb, u32 info,
> + struct tnl_ptk_info *tpi);
> +};
> +
It is more conventional to name a structure like this as
"gre_protocol_ops".
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev
