···2828 * Try to fill in the third arg: nhoff is offset of l3 proto2929 * hdr. Return true if possible.3030 */3131- int (*pkt_to_tuple)(const struct sk_buff *skb, unsigned int nhoff,3232- struct nf_conntrack_tuple *tuple);3131+ bool (*pkt_to_tuple)(const struct sk_buff *skb, unsigned int nhoff,3232+ struct nf_conntrack_tuple *tuple);33333434 /*3535 * Invert the per-proto part of the tuple: ie. turn xmit into reply.3636 * Some packets can't be inverted: return 0 in that case.3737 */3838- int (*invert_tuple)(struct nf_conntrack_tuple *inverse,3939- const struct nf_conntrack_tuple *orig);3838+ bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,3939+ const struct nf_conntrack_tuple *orig);40404141 /* Print out the per-protocol part of the tuple. */4242 int (*print_tuple)(struct seq_file *s,