Home
last modified time | relevance | path

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

/net/can/
DMakefile8 obj-$(CONFIG_CAN_RAW) += can-raw.o
9 can-raw-y := raw.o
DKconfig22 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)"
25 The raw CAN protocol option offers access to the CAN bus via
26 the BSD socket API. You probably want to use the raw socket in
27 most cases where no higher level protocol is being used. The raw
29 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
/net/ipv6/
Dip6_input.c208 bool raw; in ip6_input_finish() local
222 raw = raw6_local_deliver(skb, nexthdr); in ip6_input_finish()
253 if (!raw) { in ip6_input_finish()
Dah6.c261 char *raw; in ipv6_clear_mutable_options() member
263 char *end = exthdr.raw + len; in ipv6_clear_mutable_options()
268 while (exthdr.raw < end) { in ipv6_clear_mutable_options()
292 exthdr.raw += ipv6_optlen(exthdr.opth); in ipv6_clear_mutable_options()
DMakefile10 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
Dip6_tunnel.c408 __u16 ip6_tnl_parse_tlv_enc_lim(struct sk_buff *skb, __u8 *raw) in ip6_tnl_parse_tlv_enc_lim() argument
410 const struct ipv6hdr *ipv6h = (const struct ipv6hdr *)raw; in ip6_tnl_parse_tlv_enc_lim()
411 unsigned int nhoff = raw - skb->data; in ip6_tnl_parse_tlv_enc_lim()
/net/ipv4/
Dip_input.c200 int raw; in ip_local_deliver_finish() local
203 raw = raw_local_deliver(skb, protocol); in ip_local_deliver_finish()
223 if (!raw) { in ip_local_deliver_finish()
Dip_options.c563 unsigned char *raw = skb_network_header(skb); in ip_forward_options() local
566 optptr = (unsigned char *)raw + opt->rr; in ip_forward_options()
573 optptr = raw + opt->srr; in ip_forward_options()
594 optptr = raw + opt->ts; in ip_forward_options()
DMakefile11 tcp_offload.o datagram.o raw.o udp.o udplite.o \
Dtcp_probe.c62 struct sockaddr raw; member
/net/l2tp/
DKconfig63 L2 protocols, including ATM, Frame Relay, HDLC and even raw
67 tunnel raw ethernet frames using L2TP, say Y here. If
91 Support for carrying raw ethernet frames over L2TPv3.
/net/ieee802154/
DMakefile7 af_802154-y := af_ieee802154.o raw.o dgram.o
/net/atm/
DMakefile5 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/packet/
Daf_packet.c165 void *raw; member
391 h.raw = frame; in __packet_set_status()
416 h.raw = frame; in __packet_get_status()
458 h.raw = frame; in __packet_set_timestamp()
492 h.raw = rb->pg_vec[pg_vec_pos].buffer + in packet_lookup_frame()
495 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame()
498 return h.raw; in packet_lookup_frame()
1965 h.raw = packet_current_rx_frame(po, skb, in tpacket_rcv()
1967 if (!h.raw) in tpacket_rcv()
1987 skb_copy_bits(skb, 0, h.raw + macoff, snaplen); in tpacket_rcv()
[all …]
/net/ax25/
DTODO17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
/net/bridge/
Dbr_netfilter.c473 unsigned char *raw = (u8 *)(ipv6_hdr(skb) + 1); in check_hbh_len() local
476 int off = raw - nh; in check_hbh_len()
477 int len = (raw[1] + 1) << 3; in check_hbh_len()
479 if ((raw + len) - skb->data > skb_headlen(skb)) in check_hbh_len()
/net/tipc/
Dbearer.h104 char *raw);
/net/sunrpc/
Dxdr.c1172 __be32 raw; in xdr_decode_word() local
1175 status = read_bytes_from_xdr_buf(buf, base, &raw, sizeof(*obj)); in xdr_decode_word()
1178 *obj = be32_to_cpu(raw); in xdr_decode_word()
1186 __be32 raw = cpu_to_be32(obj); in xdr_encode_word() local
1188 return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj)); in xdr_encode_word()
/net/ipv4/netfilter/
DKconfig337 # raw + specific targets
339 tristate 'raw table support (required for NOTRACK/TRACE)'
341 This option adds a `raw' table to iptables. This table is the very
/net/ipv6/netfilter/
DKconfig250 tristate 'raw table support (required for TRACE)'
252 This option adds a `raw' table to ip6tables. This table is the very
/net/sunrpc/auth_gss/
Dsvcauth_gss.c809 __be32 raw; in read_u32_from_xdr_buf() local
812 status = read_bytes_from_xdr_buf(buf, base, &raw, sizeof(*obj)); in read_u32_from_xdr_buf()
815 *obj = ntohl(raw); in read_u32_from_xdr_buf()
/net/sctp/
Dassociola.c1569 __u8 *raw = (__u8 *)cookie->peer_init + var_size2; in sctp_assoc_set_bind_addr_from_cookie() local
1571 return sctp_raw_to_bind_addrs(&asoc->base.bind_addr, raw, var_size3, in sctp_assoc_set_bind_addr_from_cookie()
/net/netfilter/
DKconfig713 The target allows you to create rules in the "raw" and "mangle" tables