Searched defs:xs (Results 1 – 5 of 5) sorted by relevance
/net/xdp/ |
D | xsk.c | 34 bool xsk_is_setup_for_bpf_map(struct xdp_sock *xs) in xsk_is_setup_for_bpf_map() 70 struct xdp_sock *xs; in xsk_set_tx_need_wakeup() local 97 struct xdp_sock *xs; in xsk_clear_tx_need_wakeup() local 141 static int __xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len) in __xsk_rcv() 179 static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len) in __xsk_rcv_zc() 189 static bool xsk_is_bound(struct xdp_sock *xs) in xsk_is_bound() 199 int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_rcv() 215 void xsk_flush(struct xdp_sock *xs) in xsk_flush() 221 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv() 275 struct xdp_sock *xs; in xsk_umem_consume_tx_done() local [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() 84 struct xdp_sock *xs = xdp_sk(sk); in xsk_diag_fill() local
|
D | xdp_umem.c | 26 void xdp_add_sk_umem(struct xdp_umem *umem, struct xdp_sock *xs) in xdp_add_sk_umem() 38 void xdp_del_sk_umem(struct xdp_umem *umem, struct xdp_sock *xs) in xdp_del_sk_umem()
|
/net/sunrpc/ |
D | xprtsock.c | 2081 struct sock_xprt *xs = container_of(xprt, struct sock_xprt, xprt); in xs_enable_swap() local 2103 struct sock_xprt *xs = container_of(xprt, struct sock_xprt, xprt); in xs_disable_swap() local
|
/net/core/ |
D | filter.c | 3540 struct xdp_sock *xs = fwd; in __bpf_tx_xdp_map() local 3672 struct xdp_sock *xs = fwd; in xdp_do_generic_redirect_map() local
|