Home
last modified time | relevance | path

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

/qemu/tools/ebpf/
H A Drss.bpf.c167 static inline int parse_ipv6_ext(struct __sk_buff *skb, in parse_ipv6_ext() argument
181 err = bpf_skb_load_bytes_relative(skb, *l4_offset, &ext_hdr, in parse_ipv6_ext()
190 err = bpf_skb_load_bytes_relative(skb, *l4_offset, &ext_rt, in parse_ipv6_ext()
200 err = bpf_skb_load_bytes_relative(skb, in parse_ipv6_ext()
220 err = bpf_skb_load_bytes_relative(skb, *l4_offset + opt_offset, in parse_ipv6_ext()
227 err = bpf_skb_load_bytes_relative(skb, in parse_ipv6_ext()
264 static __be16 parse_eth_type(struct __sk_buff *skb) in parse_eth_type() argument
270 err = bpf_skb_load_bytes_relative(skb, offset, &ret, sizeof(ret), in parse_eth_type()
281 err = bpf_skb_load_bytes_relative(skb, offset, &ret, sizeof(ret), in parse_eth_type()
294 static inline int parse_packet(struct __sk_buff *skb, in parse_packet() argument
[all …]
/qemu/qapi/
H A Dnet.json426 # @skb: generic mode, no driver support necessary
429 # passed to the socket without allocation of skb.
434 'data': [ 'native', 'skb' ],
445 # then 'native' will be tried first, then 'skb'.
/qemu/docs/specs/
H A Drocker.rst540 software that Tx is complete and software resources (e.g. skb) backing packet
/qemu/
H A Dqemu-options.hx2910 "-netdev af-xdp,id=str,ifname=name[,mode=native|skb][,force-copy=on|off]\n"
3613 ``-netdev af-xdp,id=str,ifname=name[,mode=native|skb][,force-copy=on|off][,queues=n][,start-queue=m…