MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pf_match_gid

Function pf_match_gid

freebsd/netpfil/pf/pf.c:2896–2902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2894}
2895
2896static int
2897pf_match_gid(u_int8_t op, gid_t a1, gid_t a2, gid_t g)
2898{
2899 if (g == GID_MAX && op != PF_OP_EQ && op != PF_OP_NE)
2900 return (0);
2901 return (pf_match(op, a1, a2, g));
2902}
2903
2904int
2905pf_match_tag(struct mbuf *m, struct pf_krule *r, int *tag, int mtag)

Callers 1

pf_test_ruleFunction · 0.85

Calls 1

pf_matchFunction · 0.85

Tested by

no test coverage detected