Home
last modified time | relevance | path

Searched defs:proto (Results 176 - 200 of 1331) sorted by relevance

12345678910>>...54

/kernel/linux/linux-6.6/net/nfc/
H A Dnfc.h21 struct proto *proto; member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dreuseport_dualstack.c31 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 Dtest_pkt_access.c109 __u8 proto = 255; in test_pkt_access() local
H A Dtest_sk_lookup_kern.c27 __u8 proto = 0; in get_tuple() local
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_l3.h33 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 Dax25_timer.c123 int proto = AX25_PROTO_STD_SIMPLEX; in ax25_heartbeat_expiry() local
/kernel/linux/linux-6.6/net/bluetooth/bnep/
H A Dnetdev.c137 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 Dnf_conntrack_ovs.c12 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 Dxt_multiport.c109 check(u_int16_t proto, in check() argument
/kernel/linux/linux-6.6/net/handshake/
H A Dnetlink.c37 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 Dgre_demux.c31 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 Dtunnel4.c114 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 Dip_vs_nfct.c211 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 Dip_set_getport.c25 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 Dbr_stp_bpdu.c147 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 Dip6_tunnel.h36 __u8 proto; member
47 __u8 proto; member
/kernel/linux/linux-6.6/net/ipv6/
H A Dinet6_connection_sock.c27 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 Dtcbpf1_kern.c58 __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 Dip6_tunnel.h36 __u8 proto; member
47 __u8 proto; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dip6_tunnel.h23 __u8 proto; member
34 __u8 proto; member
/third_party/ffmpeg/libavformat/
H A Dgopher.c82 char proto[10], hostname[1024], auth[1024], path[1024], buf[1024]; in gopher_open() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-network-helper.h64 uint8_t proto; member
/third_party/musl/src/network/
H A Dgetaddrinfo.c25 int family = AF_UNSPEC, flags = 0, proto = 0, socktype = 0; in getaddrinfo() local
/third_party/ltp/testcases/kernel/syscalls/accept/
H A Daccept01.c36 int proto; /* protocol number (usually 0 = default) */ member
/third_party/ltp/testcases/kernel/syscalls/getsockname/
H A Dgetsockname01.c70 int proto; /* protocol number (usually 0 = default) */ member

Completed in 8 milliseconds

12345678910>>...54