/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfs4_mount.h | 42 int proto; member
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_async.c | 536 int fcs, i, count, c, proto; in ppp_async_encode() local 548 proto = get_unaligned_be16(data); in ppp_async_encode() 555 islcp = proto == PPP_LCP && 1 <= data[2] && data[2] <= 7; in ppp_async_encode() 806 unsigned int proto; in process_input_packet() local 810 proto = (p[0] << 8) + p[1]; in process_input_packet() 811 if (proto == PPP_LCP) in process_input_packet()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_async.c | 525 int fcs, i, count, c, proto; in ppp_async_encode() local 537 proto = get_unaligned_be16(data); in ppp_async_encode() 544 islcp = proto == PPP_LCP && 1 <= data[2] && data[2] <= 7; in ppp_async_encode() 795 unsigned int proto; in process_input_packet() local 799 proto = (p[0] << 8) + p[1]; in process_input_packet() 800 if (proto == PPP_LCP) in process_input_packet()
|
/kernel/linux/linux-6.6/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 303 int proto; in FIXTURE() local 411 self->proto = VIRTUAL_NFC_PROTOCOLS; in FIXTURE_SETUP() 581 int start_polling(int dev_idx, int proto, int virtual_fd, int sd, int fid, int pid) in start_polling() argument 585 void *nla_start_poll_data[2] = {&dev_idx, &proto}; in start_polling() 629 status = start_polling(self->dev_idex, self->proto, self->virtual_nci_fd, in TEST_F() 844 status = start_polling(self->dev_idex, self->proto, self->virtual_nci_fd, in TEST_F()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_output.c | 144 switch (x->type->proto) { in xfrm6_hdr_offset() 148 return mip6_rthdr_offset(skb, prevhdr, x->type->proto); in xfrm6_hdr_offset() 895 unsigned int proto; in xfrm_local_error() local 899 proto = AF_INET; in xfrm_local_error() 902 proto = AF_INET6; in xfrm_local_error() 906 afinfo = xfrm_state_get_afinfo(proto); in xfrm_local_error()
|
/third_party/ffmpeg/libavformat/ |
H A D | seek.c | 176 const char *proto = avio_find_protocol_name(s->url); in ff_configure_buffers_for_index() local 181 if (!proto) { in ff_configure_buffers_for_index() 188 if (proto && !(strcmp(proto, "file") && strcmp(proto, "pipe") && strcmp(proto, "cache"))) in ff_configure_buffers_for_index()
|
H A D | rtsp.c | 576 char proto[32]; in sdp_parse_line() local 581 av_url_split(proto, sizeof(proto), NULL, 0, NULL, 0, in sdp_parse_line() 583 if (proto[0] == '\0') { in sdp_parse_line() 1607 char proto[128], host[128], path[512], auth[128]; in ff_rtsp_make_setup_request() local 1609 av_url_split(proto, sizeof(proto), auth, sizeof(auth), host, sizeof(host), in ff_rtsp_make_setup_request() 1611 ff_url_join(rt->control_uri, sizeof(rt->control_uri), proto, NULL, host, in ff_rtsp_make_setup_request() 1721 char proto[128], host[1024], path[1024]; in ff_rtsp_connect() local 1759 av_url_split(proto, sizeo in ff_rtsp_connect() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_unix_events.py | 509 proto = self.MyProto(self.loop) 514 lambda: proto, sock=srv_sock)) 516 self.run_loop(proto._ready) 519 proto.transport.close() 520 self.run_loop(proto.wait_closed()) 527 return sock, proto 530 sock, proto = self.prepare() 539 sock, proto = self.prepare() 548 sock, proto = self.prepare() 557 sock, proto [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 91 * @proto: Ethertype (usually ETH_P_EAPOL) 98 int ver, const u8 *dest, u16 proto, in wpa_eapol_key_send() 211 ret = wpa_sm_ether_send(sm, dest, proto, msg, msg_len); in wpa_eapol_key_send() 267 reply->type = (sm->proto == WPA_PROTO_RSN || in wpa_sm_key_request() 268 sm->proto == WPA_PROTO_OSEN) ? in wpa_sm_key_request() 396 if (sm->proto == WPA_PROTO_RSN && in wpa_supplicant_get_pmk() 433 if (sm->proto == WPA_PROTO_RSN && in wpa_supplicant_get_pmk() 599 reply->type = (sm->proto == WPA_PROTO_RSN || in wpa_supplicant_send_2_of_4() 600 sm->proto == WPA_PROTO_OSEN) ? in wpa_supplicant_send_2_of_4() 608 if (sm->proto in wpa_supplicant_send_2_of_4() 97 wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) wpa_eapol_key_send() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 505 enum mlxsw_sp_l3proto proto; member 515 enum mlxsw_sp_l3proto proto; member 533 enum mlxsw_sp_l3proto proto) in mlxsw_sp_fib_create() 539 lpm_tree = mlxsw_sp->router->lpm.proto_trees[proto]; in mlxsw_sp_fib_create() 547 fib->proto = proto; in mlxsw_sp_fib_create() 593 (enum mlxsw_reg_ralxx_protocol) lpm_tree->proto, in mlxsw_sp_lpm_tree_alloc() 604 (enum mlxsw_reg_ralxx_protocol) lpm_tree->proto, in mlxsw_sp_lpm_tree_free() 636 enum mlxsw_sp_l3proto proto) in mlxsw_sp_lpm_tree_create() 644 lpm_tree->proto in mlxsw_sp_lpm_tree_create() 531 mlxsw_sp_fib_create(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_vr *vr, enum mlxsw_sp_l3proto proto) mlxsw_sp_fib_create() argument 634 mlxsw_sp_lpm_tree_create(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_prefix_usage *prefix_usage, enum mlxsw_sp_l3proto proto) mlxsw_sp_lpm_tree_create() argument 672 mlxsw_sp_lpm_tree_get(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_prefix_usage *prefix_usage, enum mlxsw_sp_l3proto proto) mlxsw_sp_lpm_tree_get() argument 854 mlxsw_sp_vr_fib(const struct mlxsw_sp_vr *vr, enum mlxsw_sp_l3proto proto) mlxsw_sp_vr_fib() argument 953 mlxsw_sp_vr_lpm_tree_should_replace(struct mlxsw_sp_vr *vr, enum mlxsw_sp_l3proto proto, u8 tree_id) mlxsw_sp_vr_lpm_tree_should_replace() argument 991 enum mlxsw_sp_l3proto proto = fib->proto; mlxsw_sp_vrs_lpm_tree_replace() local 1341 mlxsw_sp_router_ip2me_fib_entry_find(struct mlxsw_sp *mlxsw_sp, u32 tb_id, enum mlxsw_sp_l3proto proto, const union mlxsw_sp_l3addr *addr, enum mlxsw_sp_fib_entry_type type) mlxsw_sp_router_ip2me_fib_entry_find() argument 3125 enum mlxsw_sp_l3proto proto; global() member 3578 mlxsw_sp_adj_index_mass_update_vr(struct mlxsw_sp *mlxsw_sp, enum mlxsw_sp_l3proto proto, u16 vr_id, u32 adj_index, u16 ecmp_size, u32 new_adj_index, u16 new_ecmp_size) mlxsw_sp_adj_index_mass_update_vr() argument 5935 enum mlxsw_reg_ralxx_protocol proto; mlxsw_sp_fib_entry_ralue_pack() local 6467 mlxsw_sp_fib_node_get(struct mlxsw_sp *mlxsw_sp, u32 tb_id, const void *addr, size_t addr_len, unsigned char prefix_len, enum mlxsw_sp_l3proto proto) mlxsw_sp_fib_node_get() argument 7504 mlxsw_sp_vr_fib_flush(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_vr *vr, enum mlxsw_sp_l3proto proto) mlxsw_sp_vr_fib_flush() argument 9072 u16 proto; mlxsw_sp_inetaddr_bridge_event() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | checksum.h | 15 __u32 len, __u8 proto, __wsum sum);
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | checksum.h | 13 __u32 len, __u8 proto, __wsum sum);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.h | 61 u8 proto; member
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | checksum.h | 13 __u32 len, __u8 proto, __wsum sum);
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | checksum.h | 15 __u32 len, __u8 proto, __wsum sum);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ipip.h | 17 mlxsw_sp_ipip_netdev_saddr(enum mlxsw_sp_l3proto proto,
|
/kernel/linux/linux-5.10/include/linux/can/ |
H A D | core.h | 28 * @prot: pointer to struct proto structure. 34 struct proto *prot;
|
/kernel/linux/linux-6.6/include/linux/can/ |
H A D | core.h | 28 * @prot: pointer to struct proto structure. 34 struct proto *prot;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.h | 61 u8 proto; member
|
/third_party/lwip/src/include/lwip/prot/ |
H A D | etharp.h | 88 PACK_STRUCT_FIELD(u16_t proto);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_none.c | 47 u16 proto, const u8 *data, size_t data_len) in none_driver_send_ether() 46 none_driver_send_ether(void *priv, const u8 *dst, const u8 *src, u16 proto, const u8 *data, size_t data_len) none_driver_send_ether() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wapi/ |
H A D | wapi_asue_i.h | 65 int proto;
member
|
/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 818 proto &= ~UMASS_PROTO_WIRE; in umass_probe_proto() 819 proto |= UMASS_PROTO_BBB; in umass_probe_proto() 821 proto &= ~UMASS_PROTO_WIRE; in umass_probe_proto() 822 proto |= UMASS_PROTO_CBI; in umass_probe_proto() 824 proto &= ~UMASS_PROTO_WIRE; in umass_probe_proto() 825 proto |= UMASS_PROTO_CBI_I; in umass_probe_proto() 829 proto &= ~UMASS_PROTO_COMMAND; in umass_probe_proto() 830 proto | in umass_probe_proto() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sgi/ |
H A D | ioc3-eth.c | 300 unsigned int proto; in ioc3_tcpudp_checksum() local 326 proto = ih->protocol; in ioc3_tcpudp_checksum() 327 if (proto != IPPROTO_TCP && proto != IPPROTO_UDP) in ioc3_tcpudp_checksum() 999 const int proto = ntohs(ih->protocol); in ioc3_start_xmit() local 1017 proto, csum_fold(ehsum)); in ioc3_start_xmit() 1023 if (proto == IPPROTO_UDP) { in ioc3_start_xmit() 1027 if (proto == IPPROTO_TCP) { in ioc3_start_xmit()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdpsock_user.c | 683 __u32 len, __u8 proto, __wsum sum); 690 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_nofold() 697 s += proto + len; in csum_tcpudp_nofold() 699 s += (proto + len) << 8; in csum_tcpudp_nofold() 710 __u8 proto, __wsum sum) in csum_tcpudp_magic() 712 return csum_fold(csum_tcpudp_nofold(saddr, daddr, len, proto, sum)); in csum_tcpudp_magic() 716 u8 proto, u16 *udp_pkt) in udp_csum() 725 return csum_tcpudp_magic(saddr, daddr, len, proto, csum); in udp_csum() 689 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_nofold() argument 709 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_magic() argument 715 udp_csum(u32 saddr, u32 daddr, u32 len, u8 proto, u16 *udp_pkt) udp_csum() argument
|