Searched refs:from_nlattr (Results 1 – 7 of 7) sorted by relevance
52 int (*from_nlattr)(struct nlattr *attr, struct nf_conn *ct); member102 int (*from_nlattr)(struct nlattr *attr,
38 int (*from_nlattr)(struct nlattr *tb[], struct nf_conn *ct); member
436 int (*from_nlattr)(struct nlattr *attr, in nf_ct_helper_init()446 helper->from_nlattr = from_nlattr; in nf_ct_helper_init()
1979 if (helper->from_nlattr) in ctnetlink_change_helper()1980 helper->from_nlattr(helpinfo, ct); in ctnetlink_change_helper()2034 if (l4proto->from_nlattr) in ctnetlink_change_protoinfo()2035 err = l4proto->from_nlattr(tb, ct); in ctnetlink_change_protoinfo()2294 if (helper->from_nlattr) in ctnetlink_create_conntrack()2295 helper->from_nlattr(helpinfo, ct); in ctnetlink_create_conntrack()
253 helper->from_nlattr = nfnl_cthelper_from_nlattr; in nfnl_cthelper_create()
711 .from_nlattr = nlattr_to_sctp,
1624 .from_nlattr = nlattr_to_tcp,