/net/can/ |
D | Makefile | 10 obj-$(CONFIG_CAN_RAW) += can-raw.o 11 can-raw-y := raw.o
|
D | Kconfig | 22 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/bridge/ |
D | br_netfilter_ipv6.c | 52 unsigned char *raw = (u8 *)(ipv6_hdr(skb) + 1); in br_nf_check_hbh_len() local 55 int off = raw - nh; in br_nf_check_hbh_len() 56 int len = (raw[1] + 1) << 3; in br_nf_check_hbh_len() 58 if ((raw + len) - skb->data > skb_headlen(skb)) in br_nf_check_hbh_len()
|
/net/smc/ |
D | smc_llc.c | 129 if (llc->raw.hdr.length != sizeof(*llc)) in smc_llc_rx_handler() 131 if (llc->raw.hdr.common.type == SMC_LLC_CONFIRM_LINK) in smc_llc_rx_handler()
|
D | smc_llc.h | 56 } raw; member
|
D | smc_core.h | 38 u8 raw[SMC_WR_BUF_SIZE]; member
|
D | smc_ib.c | 389 &smcibdev->gid[ibport - 1].raw[8], 3); in smc_ib_fill_gid_and_mac() 391 &smcibdev->gid[ibport - 1].raw[13], 3); in smc_ib_fill_gid_and_mac()
|
D | smc_diag.c | 137 smc->conn.lgr->lnk[0].gid.raw); in __smc_diag_dump()
|
/net/ipv6/ |
D | ip6_input.c | 240 bool raw; in ip6_input_finish() local 256 raw = raw6_local_deliver(skb, nexthdr); in ip6_input_finish() 311 if (!raw) { in ip6_input_finish()
|
D | ah6.c | 262 char *raw; in ipv6_clear_mutable_options() member 264 char *end = exthdr.raw + len; in ipv6_clear_mutable_options() 269 while (exthdr.raw < end) { in ipv6_clear_mutable_options() 292 exthdr.raw += ipv6_optlen(exthdr.opth); in ipv6_clear_mutable_options()
|
D | Makefile | 11 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
|
/net/l2tp/ |
D | Kconfig | 63 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/ipv4/ |
D | ip_input.c | 200 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()
|
D | ip_options.c | 573 unsigned char *raw = skb_network_header(skb); in ip_forward_options() local 576 optptr = (unsigned char *)raw + opt->rr; in ip_forward_options() 583 optptr = raw + opt->srr; in ip_forward_options() 604 optptr = raw + opt->ts; in ip_forward_options()
|
D | Makefile | 13 tcp_offload.o datagram.o raw.o udp.o udplite.o \
|
D | tcp_probe.c | 62 struct sockaddr raw; member
|
/net/ceph/ |
D | osdmap.c | 2381 struct ceph_osds *raw, in pg_to_raw_osds() argument 2388 ceph_osds_init(raw); in pg_to_raw_osds() 2400 if (pi->size > ARRAY_SIZE(raw->osds)) { in pg_to_raw_osds() 2403 ARRAY_SIZE(raw->osds)); in pg_to_raw_osds() 2407 len = do_crush(osdmap, ruleno, pps, raw->osds, pi->size, in pg_to_raw_osds() 2416 raw->size = len; in pg_to_raw_osds() 2417 remove_nonexistent_osds(osdmap, pi, raw); in pg_to_raw_osds() 2423 struct ceph_osds *raw) in apply_upmap() argument 2442 raw->osds[i] = pg->pg_upmap.osds[i]; in apply_upmap() 2443 raw->size = pg->pg_upmap.len; in apply_upmap() [all …]
|
/net/atm/ |
D | Makefile | 6 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/ |
D | af_packet.c | 167 void *raw; member 406 h.raw = frame; in __packet_set_status() 434 h.raw = frame; in __packet_get_status() 478 h.raw = frame; in __packet_set_timestamp() 515 h.raw = rb->pg_vec[pg_vec_pos].buffer + in packet_lookup_frame() 518 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame() 521 return h.raw; in packet_lookup_frame() 2299 h.raw = packet_current_rx_frame(po, skb, in tpacket_rcv() 2301 if (!h.raw) in tpacket_rcv() 2312 virtio_net_hdr_from_skb(skb, h.raw + macoff - in tpacket_rcv() [all …]
|
/net/ax25/ |
D | TODO | 17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
|
/net/sunrpc/ |
D | xdr.c | 1177 __be32 raw; in xdr_decode_word() local 1180 status = read_bytes_from_xdr_buf(buf, base, &raw, sizeof(*obj)); in xdr_decode_word() 1183 *obj = be32_to_cpu(raw); in xdr_decode_word() 1191 __be32 raw = cpu_to_be32(obj); in xdr_encode_word() local 1193 return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj)); in xdr_encode_word()
|
/net/tipc/ |
D | bearer.h | 117 char *raw);
|
/net/ipv4/netfilter/ |
D | Kconfig | 367 # raw + specific targets 369 tristate 'raw table support (required for NOTRACK/TRACE)' 371 This option adds a `raw' table to iptables. This table is the very
|
/net/ipv6/netfilter/ |
D | Kconfig | 292 tristate 'raw table support (required for TRACE)' 294 This option adds a `raw' table to ip6tables. This table is the very
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 819 __be32 raw; in read_u32_from_xdr_buf() local 822 status = read_bytes_from_xdr_buf(buf, base, &raw, sizeof(*obj)); in read_u32_from_xdr_buf() 825 *obj = ntohl(raw); in read_u32_from_xdr_buf()
|