Lines Matching refs:exposed
85 int expose_port_flush(FirewallContext **fw_ctx, ExposePort* l, int af, union in_addr_union *exposed… in expose_port_flush() argument
88 assert(exposed); in expose_port_flush()
93 if (!in_addr_is_set(af, exposed)) in expose_port_flush()
104 exposed, in expose_port_flush()
111 *exposed = IN_ADDR_NULL; in expose_port_flush()
115 …(sd_netlink *rtnl, FirewallContext **fw_ctx, ExposePort *l, int af, union in_addr_union *exposed) { in expose_port_execute() argument
121 assert(exposed); in expose_port_execute()
138 return expose_port_flush(fw_ctx, l, af, exposed); in expose_port_execute()
141 if (in_addr_equal(af, exposed, &new_exposed)) in expose_port_execute()
159 in_addr_is_set(af, exposed) ? exposed : NULL); in expose_port_execute()
164 *exposed = new_exposed; in expose_port_execute()