Searched defs:xs (Results 1 – 5 of 5) sorted by relevance
/net/xdp/ |
D | xsk.c | 49 struct xdp_sock *xs; in xsk_set_tx_need_wakeup() local 76 struct xdp_sock *xs; in xsk_clear_tx_need_wakeup() local 152 static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len) in __xsk_rcv_zc() 187 static int __xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) 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_check(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_rcv_check() 244 static void xsk_flush(struct xdp_sock *xs) in xsk_flush() 251 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv() 265 static int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_rcv() [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 | 37 static void xsk_map_sock_add(struct xdp_sock *xs, struct xsk_map_node *node) in xsk_map_sock_add() 44 static void xsk_map_sock_delete(struct xdp_sock *xs, in xsk_map_sock_delete() 156 struct xdp_sock *xs, *old_xs; in xsk_map_update_elem() local 238 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() 45 int xp_alloc_tx_descs(struct xsk_buff_pool *pool, struct xdp_sock *xs) in xp_alloc_tx_descs() 55 struct xsk_buff_pool *xp_create_and_assign_umem(struct xdp_sock *xs, in xp_create_and_assign_umem()
|
/net/sunrpc/ |
D | xprtsock.c | 2012 struct sock_xprt *xs = container_of(xprt, struct sock_xprt, xprt); in xs_enable_swap() local 2034 struct sock_xprt *xs = container_of(xprt, struct sock_xprt, xprt); in xs_disable_swap() local
|