| /kernel/linux/linux-6.6/net/netlink/ |
| H A D | af_netlink.c | 530 static struct sock *netlink_lookup(struct net *net, int protocol, u32 portid) in netlink_lookup() argument 670 static int netlink_create(struct net *net, struct socket *sock, int protocol, in netlink_create() argument 638 __netlink_create(struct net *net, struct socket *sock, struct mutex *cb_mutex, int protocol, int kern) __netlink_create() argument [all...] |
| /kernel/linux/linux-6.6/net/sunrpc/ |
| H A D | xprtsock.c | 307 xs_format_peer_addresses(struct rpc_xprt *xprt, const char *protocol, const char *netid) xs_format_peer_addresses() argument 1898 xs_create_sock(struct rpc_xprt *xprt, struct sock_xprt *transport, int family, int type, int protocol, bool reuseport) xs_create_sock() argument
|
| /kernel/linux/linux-6.6/net/smc/ |
| H A D | af_smc.c | 3286 static int __smc_create(struct net *net, struct socket *sock, int protocol, in __smc_create() argument 365 smc_sock_alloc(struct net *net, struct socket *sock, int protocol) smc_sock_alloc() argument 3344 smc_create(struct net *net, struct socket *sock, int protocol, int kern) smc_create() argument 3361 int protocol, ret; smc_ulp_init() local [all...] |
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| H A D | services.c | 2379 int security_port_sid(u8 protocol, u16 port, u32 *out_sid) in security_port_sid() argument
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | dcbnl.h | 105 __u16 protocol; member
|
| /kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_fw.c | 3549 u8 protocol; member 3580 char protocol[50] = {0}; in mpi3mr_print_ioc_info() local
|
| /kernel/linux/linux-6.6/net/core/ |
| H A D | pktgen.c | 2866 __be16 protocol = htons(ETH_P_IP); in fill_packet_ipv4() local 2687 process_ipsec(struct pktgen_dev *pkt_dev, struct sk_buff *skb, __be16 protocol) process_ipsec() argument 2994 __be16 protocol = htons(ETH_P_IPV6); fill_packet_ipv6() local [all...] |
| H A D | neighbour.c | 1971 u8 protocol = 0; in neigh_add() local [all...] |
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | route.c | 1073 ipv4_update_pmtu(struct sk_buff *skb, struct net *net, u32 mtu, int oif, u8 protocol) ipv4_update_pmtu() argument 1163 ipv4_redirect(struct sk_buff *skb, struct net *net, int oif, u8 protocol) ipv4_redirect() argument 2888 ip_route_output_tunnel(struct sk_buff *skb, struct net_device *dev, struct net *net, __be32 *saddr, const struct ip_tunnel_info *info, u8 protocol, bool use_cache) ip_route_output_tunnel() argument [all...] |
| /kernel/linux/linux-6.6/net/netfilter/ipvs/ |
| H A D | ip_vs_ctl.c | 408 __ip_vs_service_find(struct netns_ipvs *ipvs, int af, __u16 protocol, in __ip_vs_service_find() argument 457 ip_vs_service_find(struct netns_ipvs *ipvs, int af, __u32 fwmark, __u16 protocol, in ip_vs_service_find() argument 611 ip_vs_has_real_service(struct netns_ipvs *ipvs, int af, __u16 protocol, const union nf_inet_addr *daddr, __be16 dport) ip_vs_has_real_service() argument 640 ip_vs_find_real_service(struct netns_ipvs *ipvs, int af, __u16 protocol, const union nf_inet_addr *daddr, __be16 dport) ip_vs_find_real_service() argument 726 ip_vs_find_dest(struct netns_ipvs *ipvs, int svc_af, int dest_af, const union nf_inet_addr *daddr, __be16 dport, const union nf_inet_addr *vaddr, __be16 vport, __u16 protocol, __u32 fwmark, __u32 flags) ip_vs_find_dest() argument [all...] |
| /kernel/linux/linux-6.6/net/key/ |
| H A D | af_key.c | 138 static int pfkey_create(struct net *net, struct socket *sock, int protocol, in pfkey_create() argument
|
| /kernel/linux/linux-6.6/net/dsa/ |
| H A D | slave.c | 2332 int protocol; in dsa_slave_dcbnl_init() local [all...] |
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | seg6_local.c | 1133 __be16 protocol; in end_dt_vrf_core() local
|
| /kernel/linux/linux-6.6/sound/usb/ |
| H A D | mixer.c | 849 int protocol = state->mixer->protocol; in parse_term_mixer_unit() local 888 int protocol = state->mixer->protocol; in parse_term_proc_unit() local 960 int protocol = state->mixer->protocol; __check_input_term() local 2122 mixer_bitmap_overflow(struct uac_mixer_unit_descriptor *desc, int protocol, int num_ins, int num_outs) mixer_bitmap_overflow() argument 2870 int protocol = state->mixer->protocol; parse_audio_unit() local [all...] |
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | dcbnl.h | 105 __u16 protocol; member
|
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | cls_api.c | 372 static struct tcf_proto *tcf_proto_create(const char *kind, u32 protocol, in tcf_proto_create() argument 1675 __be16 protocol = skb_protocol(skb, false); in __tcf_classify() local 1862 tcf_chain_tp_insert_unique(struct tcf_chain *chain, struct tcf_proto *tp_new, u32 protocol, u32 prio, bool rtnl_held) tcf_chain_tp_insert_unique() argument 1937 tcf_chain_tp_find(struct tcf_chain *chain, struct tcf_chain_info *chain_info, u32 protocol, u32 prio, bool prio_allocate) tcf_chain_tp_find() argument 2131 u32 protocol; tc_new_tfilter() local 2365 u32 protocol; tc_del_tfilter() local 2522 u32 protocol; tc_get_tfilter() local [all...] |
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | dcbnl.h | 94 __u16 protocol; member
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | pthreadndk.cpp | 1289 int protocol = PARAM_0;
in testMutexAttrGetProtocol() local 1364 int protocol = PARAM_0;
in testMutexAttrSetProtocol() local
|
| /third_party/curl/lib/vtls/ |
| H A D | sectransp.c | 2520 SSLProtocol protocol = 0; local [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | core-util.c | 3634 int pa_socket_cloexec(int domain, int type, int protocol) { in pa_socket_cloexec() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/include/ |
| H A D | microhttpd.h | 1058 int /* enum gnutls_protocol */ protocol; member
|
| /third_party/python/Modules/ |
| H A D | arraymodule.c | 2196 long protocol; in array_array___reduce_ex___impl() local
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| H A D | addr.rs | 2653 pub fn protocol(&self) -> u16 { protocol() functions [all...] |
| /third_party/selinux/checkpolicy/ |
| H A D | policy_define.c | 4965 unsigned int protocol; in define_port_context() local [all...] |
| /base/telephony/ril_adapter/test/unittest/ |
| H A D | ril_interface_test.cpp | 945 string protocol;
in SetDataProfileInfoTest() local 947 cin >> protocol;
in SetDataProfileInfoTest() local [all...] |