/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_receiver.c | 3480 int proto, fflags; in __must_hold() local
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 514 __u8 proto; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 2033 ixgbevf_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) ixgbevf_vlan_rx_add_vid() argument 2063 ixgbevf_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) ixgbevf_vlan_rx_kill_vid() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 422 u8 proto; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 1162 u16 proto, ver; in hwcsum() local 2208 u8 ver, proto; in write_eo_wr() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/via/ |
H A D | via-rhine.c | 1525 static int rhine_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in rhine_vlan_rx_add_vid() argument 1536 static int rhine_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) in rhine_vlan_rx_kill_vid() argument
|
/kernel/linux/linux-6.6/net/packet/ |
H A D | af_packet.c | 1960 __be16 proto = 0; in packet_sendmsg_spkt() local 2731 __be16 proto; in tpacket_snd() local 2577 tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb, void *frame, struct net_device *dev, void *data, int tp_len, __be16 proto, unsigned char *addr, int hlen, int copylen, const struct sockcm_cookie *sockc) tpacket_fill_skb() argument 2955 __be16 proto; packet_snd() local 3199 packet_do_bind(struct sock *sk, const char *name, int ifindex, __be16 proto) packet_do_bind() argument 3346 __be16 proto = (__force __be16)protocol; /* weird, but documented */ packet_create() local [all...] |
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 3956 int proto = -EINVAL; in smk_skb_to_addr_ipv6() local 4075 int proto; in smack_socket_sock_rcv_skb() local [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 368 __u8 proto; member
|
H A D | if_bridge.h | 417 __be16 proto; member
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | tx.c | 6094 ieee80211_tx_control_port(struct wiphy *wiphy, struct net_device *dev, const u8 *buf, size_t len, const u8 *dest, __be16 proto, bool unencrypted, int link_id, u64 *cookie) ieee80211_tx_control_port() argument
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 4037 sock_prot_memory_allocated(struct proto *proto) sock_prot_memory_allocated() argument 4042 sock_prot_memory_pressure(struct proto *proto) sock_prot_memory_pressure() argument 4048 proto_seq_printf(struct seq_file *seq, struct proto *proto) proto_seq_printf() argument [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_multicast.c | 3745 br_multicast_err_count(const struct net_bridge *br, const struct net_bridge_port *p, __be16 proto) br_multicast_err_count() argument 4810 br_multicast_has_querier_anywhere(struct net_device *dev, int proto) br_multicast_has_querier_anywhere() argument 4847 br_multicast_has_querier_adjacent(struct net_device *dev, int proto) br_multicast_has_querier_adjacent() argument 4901 br_multicast_has_router_adjacent(struct net_device *dev, int proto) br_multicast_has_router_adjacent() argument 4954 __be16 proto = skb->protocol; br_mcast_stats_add() local [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 338 __u8 proto; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_bridge.h | 417 __be16 proto; member
|
H A D | rtnetlink.h | 368 __u8 proto; member
|
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 600 const char *proto = NULL; in hls_delete_old_segments() local 1034 const char *proto = avio_find_protocol_name(vs->basename); in sls_flag_check_duration_size() local 565 hls_delete_file(HLSContext *hls, AVFormatContext *avf, const char *path, const char *proto) hls_delete_file() argument 1381 const char *proto = avio_find_protocol_name(hls->master_m3u8_url); create_master_playlist() local 1542 const char *proto = avio_find_protocol_name(vs->m3u8_name); hls_window() local 1682 const char *proto = NULL; hls_start() local 1932 const char *proto, *dir; format_name() local 2414 const char *proto = NULL; hls_write_packet() local 2720 const char *proto = NULL; hls_write_trailer() local [all...] |
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 3633 struct alpn_proto_buf proto; in ossl_connect_step1() local
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
H A D | umass.c | 452 uint32_t proto; member 810 uint32_t proto = umass_get_proto(uaa->iface); in umass_probe_proto() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 175 HasInPrototypeChain(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> proto) HasInPrototypeChain() argument 3355 ForceSetPrototype(Isolate* isolate, Handle<JSObject> object, Handle<HeapObject> proto) ForceSetPrototype() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 3280 const unsigned char *proto; in print_stuff() local 3289 const unsigned char *proto; in print_stuff() local
|
/third_party/openssl/apps/ |
H A D | s_client.c | 3280 const unsigned char *proto; in print_stuff() local 3289 const unsigned char *proto; in print_stuff() local
|
/third_party/python/Lib/test/ |
H A D | test_ssl.py | 59 proto = getattr(ssl, proto) variable [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 1033 PyCPointerType_SetProto(StgDictObject *stgdict, PyObject *proto) in PyCPointerType_SetProto() argument 1072 PyObject *proto; PyCPointerType_new() local 1939 CreateSwappedType(PyTypeObject *type, PyObject *args, PyObject *kwds, PyObject *proto, struct fielddesc *fmt) CreateSwappedType() argument 2047 PyObject *proto; PyCSimpleType_new() local 4613 PyObject *proto; Array_subscript() local 5095 PyObject *proto; Pointer_item() local 5126 PyObject *proto; Pointer_ass_item() local 5269 PyObject *proto; Pointer_subscript() local [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_internal.h | 766 enum cil_protocol proto; member
|