Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_netlink.c1537 struct nlattr **helpinfo) in ctnetlink_parse_help()
1553 *helpinfo = tb[CTA_HELP_INFO]; in ctnetlink_parse_help()
1932 struct nlattr *helpinfo = NULL; in ctnetlink_change_helper()
1935 err = ctnetlink_parse_help(cda[CTA_HELP], &helpname, &helpinfo); in ctnetlink_change_helper()
1981 helper->from_nlattr(helpinfo, ct); in ctnetlink_change_helper()
2258 struct nlattr *helpinfo = NULL; in ctnetlink_create_conntrack()
2260 err = ctnetlink_parse_help(cda[CTA_HELP], &helpname, &helpinfo); in ctnetlink_create_conntrack()
2297 helper->from_nlattr(helpinfo, ct); in ctnetlink_create_conntrack()
1536 ctnetlink_parse_help(const struct nlattr * attr,char ** helper_name,struct nlattr ** helpinfo) ctnetlink_parse_help() argument
1931 struct nlattr *helpinfo = NULL; ctnetlink_change_helper() local
2255 struct nlattr *helpinfo = NULL; ctnetlink_create_conntrack() local