Searched refs:to_nlattr (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/net/netfilter/
H A Dnf_conntrack_helper.h53 int (*to_nlattr)(struct sk_buff *skb, const struct nf_conn *ct); member in struct:nf_conntrack_helper
H A Dnf_conntrack_l4proto.h34 int (*to_nlattr)(struct sk_buff *skb, struct nlattr *nla, member in struct:nf_conntrack_l4proto
/linux-master/net/netfilter/
H A Dnfnetlink_cthelper.c255 helper->to_nlattr = nfnl_cthelper_to_nlattr;
H A Dnf_conntrack_proto_dccp.c810 .to_nlattr = dccp_to_nlattr,
H A Dnf_conntrack_proto_sctp.c714 .to_nlattr = sctp_to_nlattr,
H A Dnf_conntrack_netlink.c206 if (!l4proto->to_nlattr)
213 ret = l4proto->to_nlattr(skb, nest_proto, ct, destroy);
244 if (helper->to_nlattr)
245 helper->to_nlattr(skb, ct);
H A Dnf_conntrack_proto_tcp.c1627 .to_nlattr = tcp_to_nlattr,

Completed in 360 milliseconds