Searched defs:xs (Results 1 – 6 of 6) sorted by relevance
/net/xdp/ |
D | xsk.c | 48 struct xdp_sock *xs; in xsk_set_tx_need_wakeup() local 75 struct xdp_sock *xs; in xsk_clear_tx_need_wakeup() local 151 static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len) in __xsk_rcv_zc() 186 static int __xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len, in __xsk_rcv() 214 static bool xsk_tx_writeable(struct xdp_sock *xs) in xsk_tx_writeable() 222 static bool xsk_is_bound(struct xdp_sock *xs) in xsk_is_bound() 232 static int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp, in xsk_rcv() 250 static void xsk_flush(struct xdp_sock *xs) in xsk_flush() 257 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv() 268 int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp) in __xsk_map_redirect() [all …]
|
D | xsk_diag.c | 17 static int xsk_diag_put_info(const struct xdp_sock *xs, struct sk_buff *nlskb) in xsk_diag_put_info() 35 static int xsk_diag_put_rings_cfg(const struct xdp_sock *xs, in xsk_diag_put_rings_cfg() 47 static int xsk_diag_put_umem(const struct xdp_sock *xs, struct sk_buff *nlskb) in xsk_diag_put_umem() 79 static int xsk_diag_put_stats(const struct xdp_sock *xs, struct sk_buff *nlskb) in xsk_diag_put_stats() 97 struct xdp_sock *xs = xdp_sk(sk); in xsk_diag_fill() local
|
D | xskmap.c | 52 static void xsk_map_sock_add(struct xdp_sock *xs, struct xsk_map_node *node) in xsk_map_sock_add() 59 static void xsk_map_sock_delete(struct xdp_sock *xs, in xsk_map_sock_delete() 166 struct xdp_sock *xs, *old_xs, **map_entry; in xsk_map_update_elem() local 241 void xsk_map_try_sock_delete(struct xsk_map *map, struct xdp_sock *xs, in xsk_map_try_sock_delete()
|
D | xsk_buff_pool.c | 11 void xp_add_xsk(struct xsk_buff_pool *pool, struct xdp_sock *xs) in xp_add_xsk() 23 void xp_del_xsk(struct xsk_buff_pool *pool, struct xdp_sock *xs) in xp_del_xsk() 44 struct xsk_buff_pool *xp_create_and_assign_umem(struct xdp_sock *xs, in xp_create_and_assign_umem()
|
/net/sunrpc/ |
D | xprtsock.c | 1998 struct sock_xprt *xs = container_of(xprt, struct sock_xprt, xprt); in xs_enable_swap() local 2020 struct sock_xprt *xs = container_of(xprt, struct sock_xprt, xprt); in xs_disable_swap() local
|
/net/core/ |
D | filter.c | 4053 struct xdp_sock *xs = fwd; in xdp_do_generic_redirect_map() local
|