Searched refs:nlattr_to_tuple (Results 1 – 7 of 7) sorted by relevance
288 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,310 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
314 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
371 .nlattr_to_tuple = icmp_nlattr_to_tuple,
349 .nlattr_to_tuple = icmpv6_nlattr_to_tuple,
1630 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
1401 if (likely(l4proto->nlattr_to_tuple)) { in ctnetlink_parse_tuple_proto()1406 ret = l4proto->nlattr_to_tuple(tb, tuple, flags); in ctnetlink_parse_tuple_proto()
44 int (*nlattr_to_tuple)(struct nlattr *tb[], member