Home
last modified time | relevance | path

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

/systemd-251/src/core/bpf/socket_bind/
Dsocket-bind.bpf.c26 __type(value, struct socket_bind_rule);
38 __u8 address_family, const struct socket_bind_rule *r) { in match_af()
43 __u32 protocol, const struct socket_bind_rule *r) { in match_protocol()
48 __u16 port, const struct socket_bind_rule *r) { in match_user_port()
57 const struct socket_bind_rule *r) { in match()
71 const struct socket_bind_rule *rule = bpf_map_lookup_elem(rules, &key); in match_rules()
Dsocket-bind-api.bpf.h44 struct socket_bind_rule { struct
/systemd-251/src/core/
Dbpf-socket-bind.c35 struct socket_bind_rule val = { in update_rules_map()