Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 4 of 4) sorted by relevance

/include/net/
Dxdp_sock.h111 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp);
112 int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp);
113 void xsk_flush(struct xdp_sock *xs);
114 bool xsk_is_setup_for_bpf_map(struct xdp_sock *xs);
133 void xsk_map_try_sock_delete(struct xsk_map *map, struct xdp_sock *xs,
222 static inline int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv() argument
227 static inline int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_rcv() argument
232 static inline void xsk_flush(struct xdp_sock *xs) in xsk_flush() argument
236 static inline bool xsk_is_setup_for_bpf_map(struct xdp_sock *xs) in xsk_is_setup_for_bpf_map() argument
/include/uapi/linux/
Dtiocl.h15 unsigned short xs; /* X start */ member
/include/trace/events/
Dsunrpc.h808 TP_PROTO(struct sock_xprt *xs),
810 TP_ARGS(xs),
813 __string(addr, xs->xprt.address_strings[RPC_DISPLAY_ADDR])
814 __string(port, xs->xprt.address_strings[RPC_DISPLAY_PORT])
822 __assign_str(addr, xs->xprt.address_strings[RPC_DISPLAY_ADDR]);
823 __assign_str(port, xs->xprt.address_strings[RPC_DISPLAY_PORT]);
824 __entry->xid = be32_to_cpu(xs->recv.xid);
825 __entry->copied = xs->recv.copied;
826 __entry->reclen = xs->recv.len;
827 __entry->offset = xs->recv.offset;
/include/linux/
Dbpf.h979 struct xdp_sock *xs);
990 struct xdp_sock *xs) in __xsk_map_redirect() argument