Lines Matching defs:ticket
970 rules->ticket = nvlist_get_number(nvl, "ticket");
978 pfctl_get_eth_rule(int dev, uint32_t nr, uint32_t ticket,
988 nvlist_add_number(nvl, "ticket", ticket);
1008 const char *anchor_call, uint32_t ticket)
1018 nvlist_add_number(nvl, "ticket", ticket);
1298 const char *anchor_call, uint32_t ticket, uint32_t pool_ticket)
1307 ret = pfctl_add_rule_h(h, r, anchor, anchor_call, ticket, pool_ticket);
1316 const char *anchor, const char *anchor_call, uint32_t ticket,
1332 snl_add_msg_attr_u32(&nw, PF_ART_TICKET, ticket);
1357 { .type = PF_GR_TICKET, .off = _OUT(ticket), .cb = snl_attr_get_uint32 },
1417 pfctl_get_rule_h(struct pfctl_handle *h, uint32_t nr, uint32_t ticket, const char *anchor,
1420 return (pfctl_get_clear_rule_h(h, nr, ticket, anchor, ruleset, rule,
1425 pfctl_get_rule(int dev, uint32_t nr, uint32_t ticket, const char *anchor,
1428 return (pfctl_get_clear_rule(dev, nr, ticket, anchor, ruleset, rule,
1671 pfctl_get_clear_rule_h(struct pfctl_handle *h, uint32_t nr, uint32_t ticket,
1693 snl_add_msg_attr_u32(&nw, PF_GR_TICKET, ticket);
1716 pfctl_get_clear_rule(int dev, uint32_t nr, uint32_t ticket,
1728 nvlist_add_number(nvl, "ticket", ticket);
2717 uint32_t ticket;
2721 { .type = PF_BA_TICKET, .off = _OUT(ticket), .cb = snl_attr_get_uint32 },
2727 pfctl_begin_addrs(struct pfctl_handle *h, uint32_t *ticket)
2757 if (ticket != NULL)
2758 *ticket = attrs.ticket;
2780 snl_add_msg_attr_u32(&nw, PF_AA_TICKET, pa->ticket);
2810 pfctl_get_addrs(struct pfctl_handle *h, uint32_t ticket, uint32_t r_num,
2826 snl_add_msg_attr_u32(&nw, PF_AA_TICKET, ticket);
2859 { .type = PF_AA_TICKET, .off = _OUT(ticket), .cb = snl_attr_get_uint32 },
2872 pfctl_get_addr(struct pfctl_handle *h, uint32_t ticket, uint32_t r_num,
2889 snl_add_msg_attr_u32(&nw, PF_AA_TICKET, ticket);