Home
last modified time | relevance | path

Searched defs:uttr (Results 1 – 3 of 3) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/plugins/tuntap/
H A Dcommon.c16 struct uwsgi_tuntap_peer *uwsgi_tuntap_peer_create(struct uwsgi_tuntap_router *uttr, int fd, int is… in uwsgi_tuntap_peer_create()
55 void uwsgi_tuntap_peer_destroy(struct uwsgi_tuntap_router *uttr, struct uwsgi_tuntap_peer *uttp) { in uwsgi_tuntap_peer_destroy()
84 struct uwsgi_tuntap_peer *uwsgi_tuntap_peer_get_by_addr(struct uwsgi_tuntap_router *uttr, uint32_t … in uwsgi_tuntap_peer_get_by_addr()
96 void uwsgi_tuntap_block_reads(struct uwsgi_tuntap_router *uttr) { in uwsgi_tuntap_block_reads()
123 void uwsgi_tuntap_unblock_reads(struct uwsgi_tuntap_router *uttr) { in uwsgi_tuntap_unblock_reads()
150 void uwsgi_tuntap_enqueue(struct uwsgi_tuntap_router *uttr) { in uwsgi_tuntap_enqueue()
190 int uwsgi_tuntap_register_addr(struct uwsgi_tuntap_router *uttr, struct uwsgi_tuntap_peer *uttp) { in uwsgi_tuntap_register_addr()
209 int uwsgi_tuntap_peer_dequeue(struct uwsgi_tuntap_router *uttr, struct uwsgi_tuntap_peer *uttp, int… in uwsgi_tuntap_peer_dequeue()
291 int uwsgi_tuntap_peer_enqueue(struct uwsgi_tuntap_router *uttr, struct uwsgi_tuntap_peer *uttp) { in uwsgi_tuntap_peer_enqueue()
H A Dtuntap.c81 struct uwsgi_tuntap_router *uttr = (struct uwsgi_tuntap_router *) arg; in uwsgi_tuntap_loop() local
178 struct uwsgi_tuntap_router *uttr = uwsgi_calloc(sizeof(struct uwsgi_tuntap_router)); in uwsgi_tuntap_client() local
204 struct uwsgi_tuntap_router *uttr = (struct uwsgi_tuntap_router *) arg; in uwsgi_tuntap_router_loop() local
438 struct uwsgi_tuntap_router *uttr = uwsgi_calloc(sizeof(struct uwsgi_tuntap_router)); in uwsgi_tuntap_router() local
454 void tuntaprouter_send_stats(struct uwsgi_tuntap_router *uttr) { in tuntaprouter_send_stats()
H A Dfirewall.c6 int uwsgi_tuntap_peer_rules_check(struct uwsgi_tuntap_router *uttr, struct uwsgi_tuntap_peer *uttp,… in uwsgi_tuntap_peer_rules_check()
149 struct uwsgi_tuntap_firewall_rule *old_uttr = NULL, *uttr = *direction; in uwsgi_tuntap_firewall_add_rule() local