| H A D | socket.c | 21 struct endpoint *endpoint, u8 ds, struct dst_cache *cache) in send4() argument 24 .saddr = endpoint->src4.s_addr, in send4() 25 .daddr = endpoint->addr4.sin_addr.s_addr, in send4() 26 .fl4_dport = endpoint->addr4.sin_port, in send4() 55 endpoint->src4.s_addr = 0; in send4() 56 endpoint->src_if4 = 0; in send4() 62 if (unlikely(endpoint->src_if4 && ((IS_ERR(rt) && in send4() 64 rt->dst.dev->ifindex != endpoint->src_if4)))) { in send4() 65 endpoint in send4() 98 send6(struct wg_device * wg,struct sk_buff * skb,struct endpoint * endpoint,u8 ds,struct dst_cache * cache) send6() argument 209 struct endpoint endpoint; wg_socket_send_buffer_as_reply_to_skb() local 235 wg_socket_endpoint_from_skb(struct endpoint * endpoint,const struct sk_buff * skb) wg_socket_endpoint_from_skb() argument 274 wg_socket_set_peer_endpoint(struct wg_peer * peer,const struct endpoint * endpoint) wg_socket_set_peer_endpoint() argument 302 struct endpoint endpoint; wg_socket_set_peer_endpoint_from_skb() local [all...] |