Home
last modified time | relevance | path

Searched refs:ptype (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmarp.h56 uint16 ptype; /* Protocol type (0x800 = IP) */ member
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c3012 enum bpf_prog_type ptype; in bpf_prog_attach() local
3024 ptype = attach_type_to_prog_type(attr->attach_type); in bpf_prog_attach()
3025 if (ptype == BPF_PROG_TYPE_UNSPEC) { in bpf_prog_attach()
3029 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in bpf_prog_attach()
3039 switch (ptype) { in bpf_prog_attach()
3057 ret = cgroup_bpf_prog_attach(attr, ptype, prog); in bpf_prog_attach()
3073 enum bpf_prog_type ptype; in bpf_prog_detach() local
3079 ptype = attach_type_to_prog_type(attr->attach_type); in bpf_prog_detach()
3081 switch (ptype) { in bpf_prog_detach()
3084 return sock_map_prog_detach(attr, ptype); in bpf_prog_detach()
4113 enum bpf_prog_type ptype; link_create() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTPacket.h240 const char* MQTTPacket_name(int ptype);
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h1710 int sock_map_prog_detach(const union bpf_attr *attr, enum bpf_prog_type ptype);
1725 static inline int sock_map_prog_detach(const union bpf_attr *attr, enum bpf_prog_type ptype) in sock_map_prog_detach() argument

Completed in 10 milliseconds