Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 22 of 22) sorted by relevance

/net/smc/
A Dsmc_llc.c194 } raw; member
248 qentry->msg.raw.hdr.common.type, in smc_llc_flow_parallel()
266 switch (qentry->msg.raw.hdr.common.llc_type) { in smc_llc_flow_start()
367 flow->qentry->msg.raw.hdr.flags); in smc_llc_wait()
663 &wr_buf->raw[sizeof(*addllc)]; in smc_llc_send_add_link()
1204 if (llc->raw.data[i]) in smc_llc_is_empty_llc_message()
1402 memset(&qentry->msg.raw.data, 0, sizeof(qentry->msg.raw.data)); in smc_llc_send_req_add_link_response()
1884 switch (llc->raw.hdr.common.llc_type) { in smc_llc_event_handler()
2055 qentry->msg.raw.hdr.common.type); in smc_llc_rx_response()
2101 if (!llc->raw.hdr.common.llc_version) { in smc_llc_rx_handler()
[all …]
A Dsmc_core.h59 u8 raw[SMC_WR_BUF_SIZE]; member
63 u8 raw[SMC_WR_BUF_V2_SIZE]; member
/net/can/
A DMakefile10 obj-$(CONFIG_CAN_RAW) += can-raw.o
11 can-raw-y := raw.o
A DKconfig24 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)"
27 The raw CAN protocol option offers access to the CAN bus via
28 the BSD socket API. You probably want to use the raw socket in
29 most cases where no higher level protocol is being used. The raw
31 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
/net/l2tp/
A DKconfig64 L2 protocols, including ATM, Frame Relay, HDLC and even raw
68 tunnel raw ethernet frames using L2TP, say Y here. If
92 Support for carrying raw ethernet frames over L2TPv3.
/net/ipv4/
A Dip_options.c543 unsigned char *raw = skb_network_header(skb); in ip_forward_options() local
546 optptr = (unsigned char *)raw + opt->rr; in ip_forward_options()
553 optptr = raw + opt->srr; in ip_forward_options()
574 optptr = raw + opt->ts; in ip_forward_options()
A Dip_input.c190 int raw, ret; in ip_protocol_deliver_rcu() local
193 raw = raw_local_deliver(skb, protocol); in ip_protocol_deliver_rcu()
213 if (!raw) { in ip_protocol_deliver_rcu()
A DMakefile13 tcp_offload.o tcp_plb.o datagram.o raw.o udp.o udplite.o \
/net/ipv6/
A Dip6_input.c370 bool raw; in ip6_protocol_deliver_rcu() local
386 raw = raw6_local_deliver(skb, nexthdr); in ip6_protocol_deliver_rcu()
456 if (!raw) { in ip6_protocol_deliver_rcu()
A Dah6.c244 char *raw; in ipv6_clear_mutable_options() member
246 char *end = exthdr.raw + len; in ipv6_clear_mutable_options()
251 while (exthdr.raw < end) { in ipv6_clear_mutable_options()
275 exthdr.raw += ipv6_optlen(exthdr.opth); in ipv6_clear_mutable_options()
A DMakefile11 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
A Dip6_tunnel.c397 __u16 ip6_tnl_parse_tlv_enc_lim(struct sk_buff *skb, __u8 *raw) in ip6_tnl_parse_tlv_enc_lim() argument
399 const struct ipv6hdr *ipv6h = (const struct ipv6hdr *)raw; in ip6_tnl_parse_tlv_enc_lim()
400 unsigned int nhoff = raw - skb->data; in ip6_tnl_parse_tlv_enc_lim()
/net/atm/
A DMakefile6 atm-y := addr.o pvc.o signaling.o svc.o ioctl.o common.o atm_misc.o raw.o resources.o atm_sysfs.o
/net/ceph/
A Dosdmap.c2552 struct ceph_osds *raw, in pg_to_raw_osds() argument
2559 ceph_osds_init(raw); in pg_to_raw_osds()
2571 if (pi->size > ARRAY_SIZE(raw->osds)) { in pg_to_raw_osds()
2574 ARRAY_SIZE(raw->osds)); in pg_to_raw_osds()
2587 raw->size = len; in pg_to_raw_osds()
2594 struct ceph_osds *raw) in apply_upmap() argument
2613 raw->osds[i] = pg->pg_upmap.osds[i]; in apply_upmap()
2614 raw->size = pg->pg_upmap.len; in apply_upmap()
2631 for (j = 0; j < raw->size; j++) { in apply_upmap()
2632 int osd = raw->osds[j]; in apply_upmap()
[all …]
/net/packet/
A Daf_packet.c170 void *raw; member
406 h.raw = frame; in __packet_set_status()
436 h.raw = frame; in __packet_get_status()
481 h.raw = frame; in __packet_set_timestamp()
525 h.raw = rb->pg_vec[pg_vec_pos].buffer + in packet_lookup_frame()
531 return h.raw; in packet_lookup_frame()
2405 if (!h.raw) in tpacket_rcv()
2507 sll = h.raw + TPACKET_ALIGN(hdrlen); in tpacket_rcv()
2633 ph.raw = frame; in tpacket_fill_skb()
2641 skb_zcopy_set_nouarg(skb, ph.raw); in tpacket_fill_skb()
[all …]
/net/ipv4/netfilter/
A DKconfig300 # raw + specific targets
302 tristate 'raw table support (required for NOTRACK/TRACE)'
305 This option adds a `raw' table to iptables. This table is the very
/net/tipc/
A Dbearer.h120 const char *raw);
/net/ipv6/netfilter/
A DKconfig246 tristate 'raw table support (required for TRACE)'
249 This option adds a `raw' table to ip6tables. This table is the very
/net/sunrpc/
A Dxdr.c1918 __be32 raw; in xdr_decode_word() local
1921 status = read_bytes_from_xdr_buf(buf, base, &raw, sizeof(*obj)); in xdr_decode_word()
1924 *obj = be32_to_cpu(raw); in xdr_decode_word()
1931 __be32 raw = cpu_to_be32(obj); in xdr_encode_word() local
1933 return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj)); in xdr_encode_word()
/net/sctp/
A Dassociola.c1585 __u8 *raw = (__u8 *)peer_init + var_size2; in sctp_assoc_set_bind_addr_from_cookie() local
1587 return sctp_raw_to_bind_addrs(&asoc->base.bind_addr, raw, var_size3, in sctp_assoc_set_bind_addr_from_cookie()
/net/core/
A Dfilter.c2652 u8 *raw, *to, *from; in BPF_CALL_4() local
2705 raw = page_address(page); in BPF_CALL_4()
2711 to = raw + poffset; in BPF_CALL_4()
2778 u8 *raw, *to, *from; in BPF_CALL_4() local
2821 raw = page_address(page); in BPF_CALL_4()
2831 memcpy(raw, from, front); in BPF_CALL_4()
2835 to = raw + front + len; in BPF_CALL_4()
/net/netfilter/
A DKconfig925 The target allows you to create rules in the "raw" and "mangle" tables

Completed in 72 milliseconds