Searched refs:to_nlattr (Results 1 – 6 of 6) sorted by relevance
53 int (*to_nlattr)(struct sk_buff *skb, const struct nf_conn *ct); member
34 int (*to_nlattr)(struct sk_buff *skb, struct nlattr *nla, member
254 helper->to_nlattr = nfnl_cthelper_to_nlattr; in nfnl_cthelper_create()
710 .to_nlattr = sctp_to_nlattr,
207 if (!l4proto->to_nlattr) in ctnetlink_dump_protoinfo()214 ret = l4proto->to_nlattr(skb, nest_proto, ct, destroy); in ctnetlink_dump_protoinfo()245 if (helper->to_nlattr) in ctnetlink_dump_helpinfo()246 helper->to_nlattr(skb, ct); in ctnetlink_dump_helpinfo()
1623 .to_nlattr = tcp_to_nlattr,