Home
last modified time | relevance | path

Searched refs:to_nlattr (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h53 int (*to_nlattr)(struct sk_buff *skb, const struct nf_conn *ct); member
H A Dnf_conntrack_l4proto.h34 int (*to_nlattr)(struct sk_buff *skb, struct nlattr *nla, member
/linux/net/netfilter/
H A Dnfnetlink_cthelper.c255 helper->to_nlattr = nfnl_cthelper_to_nlattr; in nfnl_cthelper_create()
H A Dnf_conntrack_proto_tcp.c1627 .to_nlattr = tcp_to_nlattr,