/kernel/linux/linux-6.6/net/nfc/ |
H A D | nfc.h | 21 struct proto *proto; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | reuseport_dualstack.c | 31 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) in build_rcv_fd() argument 73 static void send_from_v4(int proto) in send_from_v4() argument 102 static int receive_once(int epfd, int proto) in receive_once() argument 128 static void test(int *rcv_fds, int count, int proto) in test() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_pkt_access.c | 109 __u8 proto = 255; in test_pkt_access() local
|
H A D | test_sk_lookup_kern.c | 27 __u8 proto = 0; in get_tuple() local
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l3.h | 33 enum qeth_prot_versions proto; member 46 qeth_l3_init_ipaddr(struct qeth_ipaddr *addr, enum qeth_ip_types type, enum qeth_prot_versions proto) qeth_l3_init_ipaddr() argument 97 enum qeth_prot_versions proto; global() member [all...] |
/kernel/linux/linux-6.6/net/ax25/ |
H A D | ax25_timer.c | 123 int proto = AX25_PROTO_STD_SIMPLEX; in ax25_heartbeat_expiry() local
|
/kernel/linux/linux-6.6/net/bluetooth/bnep/ |
H A D | netdev.c | 137 u16 proto = ntohs(eh->h_proto); in bnep_net_eth_proto() local 150 u16 proto = bnep_net_eth_proto(skb); in bnep_net_proto_filter() local
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_ovs.c | 12 nf_ct_helper(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, u16 proto) nf_ct_helper() argument 78 nf_ct_add_helper(struct nf_conn *ct, const char *name, u8 family, u8 proto, bool nat, struct nf_conntrack_helper **hp) nf_ct_add_helper() argument 144 nf_ct_handle_fragments(struct net *net, struct sk_buff *skb, u16 zone, u8 family, u8 *proto, u16 *mru) nf_ct_handle_fragments() argument [all...] |
H A D | xt_multiport.c | 109 check(u_int16_t proto, in check() argument
|
/kernel/linux/linux-6.6/net/handshake/ |
H A D | netlink.c | 37 int handshake_genl_notify(struct net *net, const struct handshake_proto *proto, in handshake_genl_notify() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | gre_demux.c | 31 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() argument 41 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() argument 62 gre_parse_header(struct sk_buff *skb, struct tnl_ptk_info *tpi, bool *csum_err, __be16 proto, int nhs) gre_parse_header() argument 148 const struct gre_protocol *proto; gre_rcv() local 176 const struct gre_protocol *proto; gre_err() local [all...] |
H A D | tunnel4.c | 114 static int tunnel4_rcv_cb(struct sk_buff *skb, u8 proto, int err) in tunnel4_rcv_cb() argument
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_nfct.c | 211 ip_vs_nfct_expect_related(struct sk_buff *skb, struct nf_conn *ct, struct ip_vs_conn *cp, u_int8_t proto, const __be16 port, int from_rs) ip_vs_nfct_expect_related() argument
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_getport.c | 25 get_port(const struct sk_buff *skb, int protocol, unsigned int protooff, bool src, __be16 *port, u8 *proto) get_port() argument 98 ip_set_get_ip4_port(const struct sk_buff *skb, bool src, __be16 *port, u8 *proto) ip_set_get_ip4_port() argument 132 ip_set_get_ip6_port(const struct sk_buff *skb, bool src, __be16 *port, u8 *proto) ip_set_get_ip6_port() argument
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_stp_bpdu.c | 147 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, in br_stp_rcv() argument
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ip6_tunnel.h | 36 __u8 proto; member 47 __u8 proto; member
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | inet6_connection_sock.c | 27 inet6_csk_route_req(const struct sock *sk, struct flowi6 *fl6, const struct request_sock *req, u8 proto) inet6_csk_route_req() argument
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tcbpf1_kern.c | 58 __u8 proto = load_byte(skb, ETH_HLEN + offsetof(struct iphdr, protocol)); in bpf_prog1() local
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ip6_tunnel.h | 36 __u8 proto; member 47 __u8 proto; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ip6_tunnel.h | 23 __u8 proto; member 34 __u8 proto; member
|
/third_party/ffmpeg/libavformat/ |
H A D | gopher.c | 82 char proto[10], hostname[1024], auth[1024], path[1024], buf[1024]; in gopher_open() local
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-network-helper.h | 64 uint8_t proto; member
|
/third_party/musl/src/network/ |
H A D | getaddrinfo.c | 25 int family = AF_UNSPEC, flags = 0, proto = 0, socktype = 0; in getaddrinfo() local
|
/third_party/ltp/testcases/kernel/syscalls/accept/ |
H A D | accept01.c | 36 int proto; /* protocol number (usually 0 = default) */ member
|
/third_party/ltp/testcases/kernel/syscalls/getsockname/ |
H A D | getsockname01.c | 70 int proto; /* protocol number (usually 0 = default) */ member
|