Home
last modified time | relevance | path

Searched refs:proto (Results 226 - 250 of 1938) sorted by relevance

12345678910>>...78

/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_flow_table_inet.c16 __be16 proto; in nf_flow_offload_inet_hook() local
21 proto = veth->h_vlan_encapsulated_proto; in nf_flow_offload_inet_hook()
24 proto = nf_flow_pppoe_proto(skb); in nf_flow_offload_inet_hook()
27 proto = skb->protocol; in nf_flow_offload_inet_hook()
31 switch (proto) { in nf_flow_offload_inet_hook()
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dchecksum.c39 __u8 proto, __wsum sum) in csum_tcpudp_magic()
43 (__force u64)sum + ((len + proto) << 8)); in csum_tcpudp_magic()
50 __u8 proto, __wsum sum) in csum_tcpudp_nofold()
55 (__force u64)sum + ((len + proto) << 8); in csum_tcpudp_nofold()
38 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_magic() argument
49 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_nofold() argument
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Dchecksum.c39 __u8 proto, __wsum sum) in csum_tcpudp_magic()
43 (__force u64)sum + ((len + proto) << 8)); in csum_tcpudp_magic()
50 __u8 proto, __wsum sum) in csum_tcpudp_nofold()
55 (__force u64)sum + ((len + proto) << 8); in csum_tcpudp_nofold()
38 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_magic() argument
49 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_nofold() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace.h82 #define TRACE_EVENT(name, proto, ...) \
83 static inline void trace_ ## name(proto) {}
87 #define DEFINE_EVENT(evt_class, name, proto, ...) \
88 static inline void trace_ ## name(proto) {}
/kernel/linux/linux-6.6/include/net/
H A Dip6_checksum.h36 __u32 len, __u8 proto, __wsum csum);
39 static inline __wsum ip6_compute_pseudo(struct sk_buff *skb, int proto) in ip6_compute_pseudo() argument
43 skb->len, proto, 0)); in ip6_compute_pseudo()
86 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto);
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dirq_stack.h123 #define assert_function_type(func, proto) \
124 static_assert(__builtin_types_compatible_p(typeof(&func), proto))
126 #define assert_arg_type(arg, proto) \
127 static_assert(__builtin_types_compatible_p(typeof(arg), proto))
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace.h77 #define TRACE_EVENT(name, proto, ...) \
78 static inline void trace_ ## name(proto) {}
82 #define DEFINE_EVENT(evt_class, name, proto, ...) \
83 static inline void trace_ ## name(proto) {}
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod-events.h39 #define BPF_TESTMOD_DECLARE_TRACE(call, proto, args, size) \
40 DECLARE_TRACE_WRITABLE(call, PARAMS(proto), PARAMS(args), size)
42 #define BPF_TESTMOD_DECLARE_TRACE(call, proto, args, size) \
43 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dpptp.c49 static struct proto pptp_sk_proto __read_mostly;
61 opt = &sock->proto.pptp; in lookup_chan()
84 opt = &sock->proto.pptp; in lookup_chan_dst()
112 sock->proto.pptp.src_addr = *sa; in add_chan()
127 clear_bit(sock->proto.pptp.src_addr.call_id, callid_bitmap); in del_chan()
128 RCU_INIT_POINTER(callid_sock[sock->proto.pptp.src_addr.call_id], NULL); in del_chan()
141 po->proto.pptp.dst_addr.sin_addr.s_addr, in pptp_route_output()
142 po->proto.pptp.src_addr.sin_addr.s_addr, in pptp_route_output()
154 struct pptp_opt *opt = &po->proto.pptp; in pptp_xmit()
272 struct pptp_opt *opt = &po->proto in pptp_rcv_core()
[all...]
H A Dppp_deflate.c189 int r, proto, off, olen, oavail; in z_compress() local
195 proto = PPP_PROTOCOL(rptr); in z_compress()
196 if (proto > 0x3fff || proto == 0xfd || proto == 0xfb) in z_compress()
220 off = (proto > 0xff) ? 2 : 3; /* skip 1st proto byte if 0 */ in z_compress()
497 printk(KERN_DEBUG "z_decompress%d: didn't get proto\n", in z_decompress()
520 int proto, r; in z_incomp() local
525 proto in z_incomp()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c30 sam->proto = xs->id.proto; in ixgbevf_ipsec_set_pf_sa()
171 * @proto: protocol to match
179 __be32 *daddr, u8 proto, in ixgbevf_ipsec_find_rx_state()
192 proto == rsa->xs->id.proto) { in ixgbevf_ipsec_find_rx_state()
274 if (xs->id.proto != IPPROTO_ESP && xs->id.proto != IPPROTO_AH) { in ixgbevf_ipsec_add_sa()
309 if (rsa.xs->id.proto & IPPROTO_ESP) in ixgbevf_ipsec_add_sa()
326 if (rsa.xs->id.proto in ixgbevf_ipsec_add_sa()
178 ixgbevf_ipsec_find_rx_state(struct ixgbevf_ipsec *ipsec, __be32 *daddr, u8 proto, __be32 spi, bool ip4) ixgbevf_ipsec_find_rx_state() argument
572 u8 proto; ixgbevf_ipsec_rx() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dpptp.c49 static struct proto pptp_sk_proto __read_mostly;
61 opt = &sock->proto.pptp; in lookup_chan()
84 opt = &sock->proto.pptp; in lookup_chan_dst()
112 sock->proto.pptp.src_addr = *sa; in add_chan()
127 clear_bit(sock->proto.pptp.src_addr.call_id, callid_bitmap); in del_chan()
128 RCU_INIT_POINTER(callid_sock[sock->proto.pptp.src_addr.call_id], NULL); in del_chan()
141 po->proto.pptp.dst_addr.sin_addr.s_addr, in pptp_route_output()
142 po->proto.pptp.src_addr.sin_addr.s_addr, in pptp_route_output()
154 struct pptp_opt *opt = &po->proto.pptp; in pptp_xmit()
272 struct pptp_opt *opt = &po->proto in pptp_rcv_core()
[all...]
H A Dppp_deflate.c189 int r, proto, off, olen, oavail; in z_compress() local
195 proto = PPP_PROTOCOL(rptr); in z_compress()
196 if (proto > 0x3fff || proto == 0xfd || proto == 0xfb) in z_compress()
220 off = (proto > 0xff) ? 2 : 3; /* skip 1st proto byte if 0 */ in z_compress()
496 printk(KERN_DEBUG "z_decompress%d: didn't get proto\n", in z_decompress()
519 int proto, r; in z_incomp() local
524 proto in z_incomp()
[all...]
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Dnotify.c181 r->proto->ops->set_notify_enabled(r->proto->ph, \
194 r->proto->ops->fill_custom_report(r->proto->ph, \
313 * @proto: A reference to the associated protocol descriptor
332 struct scmi_registered_events_desc *proto; member
485 "SKIP UNKNOWN EVT - proto:%X evt:%d\n", in scmi_process_event_payload()
495 "report not available - proto:%X evt:%d\n", in scmi_process_event_payload()
597 if (kfifo_avail(&r_evt->proto->equeue.kfifo) < sizeof(eh) + len) { in scmi_notify()
612 kfifo_in(&r_evt->proto in scmi_notify()
[all...]
/kernel/linux/linux-5.10/drivers/net/arcnet/
H A Drfc1201.c109 switch (soft->proto) { in type_trans()
207 if (soft->proto == ARC_P_ARP) { in rx()
388 soft->proto = ARC_P_IP; in build_header()
391 soft->proto = ARC_P_IPV6; in build_header()
394 soft->proto = ARC_P_ARP; in build_header()
397 soft->proto = ARC_P_RARP; in build_header()
402 soft->proto = ARC_P_IPX; in build_header()
405 soft->proto = ARC_P_ATALK; in build_header()
456 excsoft.proto = soft->proto; in load_pkt()
[all...]
/kernel/linux/linux-6.6/drivers/net/arcnet/
H A Drfc1201.c109 switch (soft->proto) { in type_trans()
207 if (soft->proto == ARC_P_ARP) { in rx()
388 soft->proto = ARC_P_IP; in build_header()
391 soft->proto = ARC_P_IPV6; in build_header()
394 soft->proto = ARC_P_ARP; in build_header()
397 soft->proto = ARC_P_RARP; in build_header()
402 soft->proto = ARC_P_IPX; in build_header()
405 soft->proto = ARC_P_ATALK; in build_header()
456 excsoft.proto = soft->proto; in load_pkt()
[all...]
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dchecksum.h27 unsigned short len, unsigned short proto, __wsum sum) in csum_tcpudp_nofold()
38 "r"(proto + len), in csum_tcpudp_nofold()
40 "r"((proto + len) << 8), in csum_tcpudp_nofold()
26 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len, unsigned short proto, __wsum sum) csum_tcpudp_nofold() argument
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dchecksum.h26 unsigned short len, unsigned short proto, __wsum sum) in csum_tcpudp_nofold()
37 "r"(proto + len), in csum_tcpudp_nofold()
39 "r"((proto + len) << 8), in csum_tcpudp_nofold()
25 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len, unsigned short proto, __wsum sum) csum_tcpudp_nofold() argument
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dansidecl.h98 #define EXFUN(name, proto) name proto
122 #define EXFUN(name, proto) name()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dchecksum.h21 __u32 len, __u8 proto, __wsum sum);
24 __u32 len, __u8 proto, __wsum sum);
61 __u32 len, __u8 proto, __wsum csum);
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dchecksum.h21 __u32 len, __u8 proto, __wsum sum);
24 __u32 len, __u8 proto, __wsum sum);
61 __u32 len, __u8 proto, __wsum csum);
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dansidecl.h98 #define EXFUN(name, proto) name proto
122 #define EXFUN(name, proto) name()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dchecksum.h47 __u8 proto, __wsum sum);
53 __u8 proto, __wsum sum) in csum_tcpudp_magic()
55 return csum_fold(csum_tcpudp_nofold(saddr, daddr, len, proto, sum)); in csum_tcpudp_magic()
52 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_magic() argument
/kernel/linux/linux-6.6/include/asm-generic/
H A Dchecksum.h47 __u8 proto, __wsum sum);
53 __u8 proto, __wsum sum) in csum_tcpudp_magic()
55 return csum_fold(csum_tcpudp_nofold(saddr, daddr, len, proto, sum)); in csum_tcpudp_magic()
52 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_magic() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dskb_pkt_end.c33 __u8 proto = 0; in main_prog() local
38 proto = ip->protocol; in main_prog()
40 if (proto != IPPROTO_TCP) in main_prog()

Completed in 11 milliseconds

12345678910>>...78