Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_netlink.c1450 struct nlattr **helpinfo) in ctnetlink_parse_help() argument
1466 *helpinfo = tb[CTA_HELP_INFO]; in ctnetlink_parse_help()
1902 struct nlattr *helpinfo = NULL; in ctnetlink_change_helper() local
1905 err = ctnetlink_parse_help(cda[CTA_HELP], &helpname, &helpinfo); in ctnetlink_change_helper()
1949 helper->from_nlattr(helpinfo, ct); in ctnetlink_change_helper()
2241 struct nlattr *helpinfo = NULL; in ctnetlink_create_conntrack() local
2243 err = ctnetlink_parse_help(cda[CTA_HELP], &helpname, &helpinfo); in ctnetlink_create_conntrack()
2279 helper->from_nlattr(helpinfo, ct); in ctnetlink_create_conntrack()