Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/pf/
HDpf_nv.h87 nvlist_t *pf_keth_rule_to_nveth_rule(const struct pf_keth_rule *);
88 int pf_nveth_rule_to_keth_rule(const nvlist_t *, struct pf_keth_rule *);
HDpf_ruleset.c419 const struct pf_keth_rule *r, nvlist_t *nvl) in pf_keth_anchor_nvcopyout()
654 pf_keth_anchor_setup(struct pf_keth_rule *r, const struct pf_keth_ruleset *s, in pf_keth_anchor_setup()
710 pf_keth_anchor_remove(struct pf_keth_rule *r) in pf_keth_anchor_remove()
HDpf_nv.c1044 pf_keth_rule_to_nveth_rule(const struct pf_keth_rule *krule) in pf_keth_rule_to_nveth_rule()
1128 struct pf_keth_rule *krule) in pf_nveth_rule_to_keth_rule()
HDpf_ioctl.c111 static void pf_free_eth_rule(struct pf_keth_rule *);
535 pf_free_eth_rule(struct pf_keth_rule *rule) in pf_free_eth_rule()
761 struct pf_keth_rule *rule, *tmp; in pf_begin_eth()
787 struct pf_keth_rule *rule, *tmp; in pf_rollback_eth()
825 struct pf_keth_rule *cur, *prev, *head[PFE_SKIP_COUNT]; in pf_eth_calc_skip_steps()
2643 struct pf_keth_rule *tail; in pfioctl()
2723 struct pf_keth_rule *rule = NULL; in pfioctl()
2821 struct pf_keth_rule *rule = NULL, *tail = NULL; in pfioctl()
HDpf.c3913 struct pf_keth_rule *r; /* XXX: + match bit */
3918 #define PF_ETH_ANCHOR_RULE(f) (struct pf_keth_rule *) \
3926 struct pf_keth_ruleset **rs, struct pf_keth_rule **r, in pf_step_into_keth_anchor()
3927 struct pf_keth_rule **a, int *match) in pf_step_into_keth_anchor()
3962 struct pf_keth_ruleset **rs, struct pf_keth_rule **r, in pf_step_out_of_keth_anchor()
3963 struct pf_keth_rule **a, int *match) in pf_step_out_of_keth_anchor()
3966 struct pf_keth_rule *fr; in pf_step_out_of_keth_anchor()
4362 pf_match_eth_tag(struct mbuf *m, struct pf_keth_rule *r, int *tag, int mtag) in pf_match_eth_tag()
4406 struct pf_keth_rule *r, *rm, *a = NULL; in pf_test_eth_rule()
/freebsd-14-stable/sys/net/
HDpfvar.h648 struct pf_keth_rule *ptr;
661 TAILQ_HEAD(pf_keth_ruleq, pf_keth_rule);
693 struct pf_keth_rule { struct
704 TAILQ_ENTRY(pf_keth_rule) entries;
2472 int pf_keth_anchor_setup(struct pf_keth_rule *,
2476 const struct pf_keth_rule *, nvlist_t *);
2478 void pf_keth_anchor_remove(struct pf_keth_rule *);
2505 struct pf_keth_rule **, struct pf_keth_rule **,
2509 struct pf_keth_rule **, struct pf_keth_rule **,