Lines Matching refs:anchor_call
980 char *anchor_call) in pfctl_get_eth_rule() argument
997 if (anchor_call) in pfctl_get_eth_rule()
998 strlcpy(anchor_call, nvlist_get_string(nvl, "anchor_call"), in pfctl_get_eth_rule()
1008 const char *anchor_call, uint32_t ticket) in pfctl_add_eth_rule() argument
1020 nvlist_add_string(nvl, "anchor_call", anchor_call); in pfctl_add_eth_rule()
1314 const char *anchor_call, uint32_t ticket, uint32_t pool_ticket) in pfctl_add_rule() argument
1323 ret = pfctl_add_rule_h(h, r, anchor, anchor_call, ticket, pool_ticket); in pfctl_add_rule()
1332 const char *anchor, const char *anchor_call, uint32_t ticket, in pfctl_add_rule_h() argument
1351 snl_add_msg_attr_string(&nw, PF_ART_ANCHOR_CALL, anchor_call); in pfctl_add_rule_h()
1434 uint32_t ruleset, struct pfctl_rule *rule, char *anchor_call) in pfctl_get_rule_h() argument
1437 anchor_call, false)); in pfctl_get_rule_h()
1442 uint32_t ruleset, struct pfctl_rule *rule, char *anchor_call) in pfctl_get_rule() argument
1445 anchor_call, false)); in pfctl_get_rule()
1610 char anchor_call[MAXPATHLEN]; member
1685 …{ .type = PF_RT_ANCHOR_CALL, .off = _OUT(anchor_call), .arg = (void*)MAXPATHLEN, .cb = snl_attr_co…
1704 char *anchor_call, bool clear) in pfctl_get_clear_rule_h() argument
1741 strlcpy(anchor_call, attrs.anchor_call, MAXPATHLEN); in pfctl_get_clear_rule_h()
1749 char *anchor_call, bool clear) in pfctl_get_clear_rule() argument
1771 if (anchor_call) in pfctl_get_clear_rule()
1772 strlcpy(anchor_call, nvlist_get_string(nvl, "anchor_call"), in pfctl_get_clear_rule()