Home
last modified time | relevance | path

Searched defs:wg (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dpeer.c21 struct wg_peer *wg_peer_create(struct wg_device *wg, in wg_peer_create() argument
168 wg_peer_remove_all(struct wg_device *wg) wg_peer_remove_all() argument
[all...]
H A Ddevice.c34 struct wg_device *wg = netdev_priv(dev); in wg_open() local
67 struct wg_device *wg; in wg_pm_notification() local
100 struct wg_device *wg = netdev_priv(dev); wg_stop() local
122 struct wg_device *wg = netdev_priv(dev); wg_xmit() local
228 struct wg_device *wg = netdev_priv(dev); wg_destruct() local
261 struct wg_device *wg = netdev_priv(dev); wg_setup() local
297 struct wg_device *wg = netdev_priv(dev); wg_newlink() local
401 struct wg_device *wg; wg_netns_pre_exit() local
[all...]
H A Dcookie.c19 wg_cookie_checker_init(struct cookie_checker *checker, struct wg_device *wg) wg_cookie_checker_init() argument
198 wg_cookie_message_consume(struct message_handshake_cookie *src, struct wg_device *wg) wg_cookie_message_consume() argument
H A Dnetlink.c97 struct wg_device *wg; member
201 struct wg_device *wg; in wg_get_device_start() local
214 struct wg_device *wg = ctx->wg; in wg_get_device_dump() local
314 set_port(struct wg_device *wg, u16 port) set_port() argument
357 set_peer(struct wg_device *wg, struct nlattr **attrs) set_peer() argument
495 struct wg_device *wg = lookup_interface(info->attrs, skb); wg_set_device() local
[all...]
H A Dreceive.c54 static int prepare_skb_header(struct sk_buff *skb, struct wg_device *wg) in prepare_skb_header() argument
99 static void wg_receive_handshake_packet(struct wg_device *wg, in wg_receive_handshake_packet() argument
216 struct wg_device *wg = container_of(queue, struct wg_device, handshake_queue); wg_packet_handshake_receive_worker() local
516 wg_packet_consume_data(struct wg_device *wg, struct sk_buff *skb) wg_packet_consume_data() argument
549 wg_packet_receive(struct wg_device *wg, struct sk_buff *skb) wg_packet_receive() argument
[all...]
H A Dsend.c110 void wg_packet_send_handshake_cookie(struct wg_device *wg, in wg_packet_send_handshake_cookie() argument
313 struct wg_device *wg = peer->device; in wg_packet_create_data() local
H A Dsocket.c20 static int send4(struct wg_device *wg, struct sk_buff *skb, in send4() argument
97 static int send6(struct wg_device *wg, struct sk_buff *skb, in send6() argument
203 wg_socket_send_buffer_as_reply_to_skb(struct wg_device *wg, struct sk_buff *in_skb, void *buffer, size_t len) wg_socket_send_buffer_as_reply_to_skb() argument
318 struct wg_device *wg; wg_receive() local
349 wg_socket_init(struct wg_device *wg, u16 port) wg_socket_init() argument
419 wg_socket_reinit(struct wg_device *wg, struct sock *new4, struct sock *new6) wg_socket_reinit() argument
[all...]
H A Dnoise.c584 wg_noise_handshake_consume_initiation(struct message_handshake_initiation *src, struct wg_device *wg) wg_noise_handshake_consume_initiation() argument
728 wg_noise_handshake_consume_response(struct message_handshake_response *src, struct wg_device *wg) wg_noise_handshake_consume_response() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dpeer.c21 struct wg_peer *wg_peer_create(struct wg_device *wg, in wg_peer_create() argument
167 wg_peer_remove_all(struct wg_device *wg) wg_peer_remove_all() argument
[all...]
H A Ddevice.c35 struct wg_device *wg = netdev_priv(dev); in wg_open() local
66 struct wg_device *wg; in wg_pm_notification() local
99 struct wg_device *wg; wg_vm_notification() local
117 struct wg_device *wg = netdev_priv(dev); wg_stop() local
139 struct wg_device *wg = netdev_priv(dev); wg_xmit() local
245 struct wg_device *wg = netdev_priv(dev); wg_destruct() local
278 struct wg_device *wg = netdev_priv(dev); wg_setup() local
314 struct wg_device *wg = netdev_priv(dev); wg_newlink() local
418 struct wg_device *wg; wg_netns_pre_exit() local
[all...]
H A Dcookie.c19 wg_cookie_checker_init(struct cookie_checker *checker, struct wg_device *wg) wg_cookie_checker_init() argument
198 wg_cookie_message_consume(struct message_handshake_cookie *src, struct wg_device *wg) wg_cookie_message_consume() argument
H A Dsend.c110 void wg_packet_send_handshake_cookie(struct wg_device *wg, in wg_packet_send_handshake_cookie() argument
313 struct wg_device *wg = peer->device; in wg_packet_create_data() local
H A Dsocket.c20 static int send4(struct wg_device *wg, struct sk_buff *skb, in send4() argument
97 static int send6(struct wg_device *wg, struct sk_buff *skb, in send6() argument
203 wg_socket_send_buffer_as_reply_to_skb(struct wg_device *wg, struct sk_buff *in_skb, void *buffer, size_t len) wg_socket_send_buffer_as_reply_to_skb() argument
318 struct wg_device *wg; wg_receive() local
349 wg_socket_init(struct wg_device *wg, u16 port) wg_socket_init() argument
419 wg_socket_reinit(struct wg_device *wg, struct sock *new4, struct sock *new6) wg_socket_reinit() argument
[all...]
H A Dnetlink.c97 struct wg_device *wg; member
201 struct wg_device *wg; in wg_get_device_start() local
214 struct wg_device *wg = ctx->wg; in wg_get_device_dump() local
314 set_port(struct wg_device *wg, u16 port) set_port() argument
357 set_peer(struct wg_device *wg, struct nlattr **attrs) set_peer() argument
495 struct wg_device *wg = lookup_interface(info->attrs, skb); wg_set_device() local
[all...]
H A Dreceive.c47 static int prepare_skb_header(struct sk_buff *skb, struct wg_device *wg) in prepare_skb_header() argument
92 static void wg_receive_handshake_packet(struct wg_device *wg, in wg_receive_handshake_packet() argument
209 struct wg_device *wg = container_of(queue, struct wg_device, handshake_queue); wg_packet_handshake_receive_worker() local
509 wg_packet_consume_data(struct wg_device *wg, struct sk_buff *skb) wg_packet_consume_data() argument
542 wg_packet_receive(struct wg_device *wg, struct sk_buff *skb) wg_packet_receive() argument
[all...]
H A Dnoise.c584 wg_noise_handshake_consume_initiation(struct message_handshake_initiation *src, struct wg_device *wg) wg_noise_handshake_consume_initiation() argument
728 wg_noise_handshake_consume_response(struct message_handshake_response *src, struct wg_device *wg) wg_noise_handshake_consume_response() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-wcove.c115 static void wcove_update_irq_mask(struct wcove_gpio *wg, int gpio) in wcove_update_irq_mask() argument
133 static void wcove_update_irq_ctrl(struct wcove_gpio *wg, int gpio) in wcove_update_irq_ctrl() argument
145 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_gpio_dir_in() local
157 struct wcove_gpio *wg in wcove_gpio_dir_out() local
168 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_get_direction() local
187 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_get() local
203 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_set() local
218 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_set_config() local
241 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_irq_type() local
271 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_bus_lock() local
279 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_bus_sync_unlock() local
294 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_irq_unmask() local
306 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_irq_mask() local
326 struct wcove_gpio *wg = (struct wcove_gpio *)data; wcove_gpio_irq_handler() local
369 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_dbg_show() local
400 struct wcove_gpio *wg; wcove_gpio_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c215 unsigned int len, wg, rg; in mtk_uart_apdma_rx_handler() local
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-wcove.c127 static void wcove_update_irq_mask(struct wcove_gpio *wg, irq_hw_number_t gpio) in wcove_update_irq_mask() argument
137 static void wcove_update_irq_ctrl(struct wcove_gpio *wg, irq_hw_number_t gpio) in wcove_update_irq_ctrl() argument
146 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_gpio_dir_in() local
158 struct wcove_gpio *wg in wcove_gpio_dir_out() local
169 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_get_direction() local
188 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_get() local
204 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_set() local
219 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_set_config() local
242 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_irq_type() local
273 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_bus_lock() local
281 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_bus_sync_unlock() local
296 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_irq_unmask() local
311 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_irq_mask() local
336 struct wcove_gpio *wg = (struct wcove_gpio *)data; wcove_gpio_irq_handler() local
376 struct wcove_gpio *wg = gpiochip_get_data(chip); wcove_gpio_dbg_show() local
408 struct wcove_gpio *wg; wcove_gpio_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c214 unsigned int len, wg, rg; in mtk_uart_apdma_rx_handler() local
/kernel/linux/linux-6.6/drivers/block/
H A Dvirtio_blk.c752 u32 v, wg; in virtblk_probe_zoned_device() local
/kernel/linux/linux-5.10/include/uapi/linux/
H A Domap3isp.h248 __u8 wg[OMAP3ISP_HIST_MAX_WG]; /* White Balance Gain */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Domap3isp.h253 __u8 wg[OMAP3ISP_HIST_MAX_WG]; /* White Balance Gain */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Domap3isp.h127 __u8 wg[OMAP3ISP_HIST_MAX_WG]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Domap3isp.h145 __u8 wg[OMAP3ISP_HIST_MAX_WG]; member

Completed in 20 milliseconds

12