| /net/tipc/ |
| A D | trace.h | 143 __string(header, header) 148 __assign_str(header); 170 __string(header, header) 175 __assign_str(header); 191 const char *header), 196 __string(header, header) 203 __assign_str(header); 251 __string(header, header) 257 __assign_str(header); 334 __string(header, header) [all …]
|
| A D | netlink_compat.c | 67 int (*header)(struct tipc_nl_compat_msg *); member 293 if (cmd->header) { in tipc_nl_compat_dumpit() 294 err = (*cmd->header)(msg); in tipc_nl_compat_dumpit() 872 static const char * const header[] = { in tipc_nl_compat_name_table_dump_header() local 888 tipc_tlv_sprintf(msg->rep, header[i]); in tipc_nl_compat_name_table_dump_header() 1249 dump.header = tipc_nl_compat_name_table_dump_header; in tipc_nl_compat_handle()
|
| /net/nfc/hci/ |
| A D | hci.h | 17 u8 header; /* type -cmd,evt,rsp- + instruction */ member 22 u8 header; /* cbit+pipe */ member 67 #define HCP_MSG_GET_TYPE(header) ((header & 0xc0) >> 6) argument 68 #define HCP_MSG_GET_CMD(header) (header & 0x3f) argument
|
| A D | hcp.c | 72 packet->header = pipe; in nfc_hci_hcp_message_tx() 75 packet->message.header = HCP_HEADER(type, instruction); in nfc_hci_hcp_message_tx() 77 packet->message.header = *ptr++; in nfc_hci_hcp_message_tx() 86 packet->header |= ~NFC_HCI_FRAGMENT; in nfc_hci_hcp_message_tx()
|
| A D | core.c | 140 type = HCP_MSG_GET_TYPE(message->header); in nfc_hci_msg_rx_work() 141 instruction = HCP_MSG_GET_CMD(message->header); in nfc_hci_msg_rx_work() 865 if ((packet->header & ~NFC_HCI_FRAGMENT) == 0) { in nfc_hci_recv_from_llc() 872 pipe = packet->header & NFC_HCI_FRAGMENT; in nfc_hci_recv_from_llc() 899 packet->header &= NFC_HCI_FRAGMENT; in nfc_hci_recv_from_llc() 908 type = HCP_MSG_GET_TYPE(packet->message.header); in nfc_hci_recv_from_llc() 910 pipe = packet->header; in nfc_hci_recv_from_llc() 911 instruction = HCP_MSG_GET_CMD(packet->message.header); in nfc_hci_recv_from_llc()
|
| /net/6lowpan/ |
| A D | Kconfig | 22 Support for next header and generic header compression defined in 74 6LoWPAN IPv6 Hop-by-Hop option generic header compression according 80 6LoWPAN IPv6 UDP generic header compression according to RFC7400. 85 6LoWPAN IPv6 ICMPv6 generic header compression according to RFC7400. 90 6LoWPAN IPv6 destination option generic header compression according 96 6LoWPAN IPv6 fragmentation option generic header compression 102 6LoWPAN IPv6 routing option generic header compression according
|
| /net/devlink/ |
| A D | dpipe.c | 63 struct devlink_dpipe_header *header = match->header; in devlink_dpipe_match_put() local 64 struct devlink_dpipe_field *field = &header->fields[match->field_id]; in devlink_dpipe_match_put() 73 nla_put_u32(skb, DEVLINK_ATTR_DPIPE_HEADER_ID, header->id) || in devlink_dpipe_match_put() 111 struct devlink_dpipe_header *header = action->header; in devlink_dpipe_action_put() local 121 nla_put_u32(skb, DEVLINK_ATTR_DPIPE_HEADER_ID, header->id) || in devlink_dpipe_action_put() 587 const struct devlink_dpipe_header *header) in devlink_dpipe_fields_put() argument 593 for (i = 0; i < header->fields_count; i++) { in devlink_dpipe_fields_put() 594 field = &header->fields[i]; in devlink_dpipe_fields_put() 614 struct devlink_dpipe_header *header) in devlink_dpipe_header_put() argument 624 nla_put_u32(skb, DEVLINK_ATTR_DPIPE_HEADER_ID, header->id) || in devlink_dpipe_header_put() [all …]
|
| /net/nfc/nci/ |
| A D | hci.c | 55 u8 header; /* cbit+pipe */ member 92 #define NCI_HCP_MSG_GET_TYPE(header) ((header & 0xc0) >> 6) argument 93 #define NCI_HCP_MSG_GET_CMD(header) (header & 0x3f) argument 94 #define NCI_HCP_MSG_GET_PIPE(header) (header & 0x7f) argument 249 NCI_HCP_MSG_GET_CMD(message->header)); in nci_hci_send_cmd() 418 type = NCI_HCP_MSG_GET_TYPE(message->header); in nci_hci_msg_rx_work() 450 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb() 477 packet->header &= NCI_HCI_FRAGMENT; in nci_hci_data_received_cb() 488 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb() 594 NCI_HCP_MSG_GET_CMD(message->header)); in nci_hci_set_param() [all …]
|
| /net/ax25/ |
| A D | sysctl_net_ax25.c | 172 struct ctl_table_header *header = ax25_dev->sysheader; in ax25_unregister_dev_sysctl() local 175 if (header) { in ax25_unregister_dev_sysctl() 177 table = header->ctl_table_arg; in ax25_unregister_dev_sysctl() 178 unregister_net_sysctl_table(header); in ax25_unregister_dev_sysctl()
|
| A D | ax25_ip.c | 227 static bool ax25_validate_header(const char *header, unsigned int len) in ax25_validate_header() argument 234 if (header[0]) in ax25_validate_header() 237 return ax25_addr_parse(header + 1, len - 1, NULL, NULL, &digi, NULL, in ax25_validate_header()
|
| /net/x25/ |
| A D | x25_out.c | 50 unsigned char header[X25_EXT_MIN_LEN]; in x25_output() local 60 skb_copy_from_linear_data(skb, header, header_len); in x25_output() 91 skb_copy_to_linear_data(skbn, header, header_len); in x25_output()
|
| /net/ipv6/netfilter/ |
| A D | Kconfig | 115 tristate '"frag" Fragmentation header match support' 119 header of the packet. 124 tristate '"hbh" hop-by-hop and "dst" opts header match support' 170 tristate '"rt" Routing header match support' 174 header of the packet. 179 tristate '"srh" Segment Routing header match support' 183 routing header of the packet.
|
| /net/bridge/netfilter/ |
| A D | ebt_stp.c | 125 const u8 header[6] = {0x42, 0x42, 0x03, 0x00, 0x00, 0x00}; in ebt_stp_mt() local 132 if (memcmp(sp, header, sizeof(header))) in ebt_stp_mt()
|
| A D | Kconfig | 119 This option adds the ARP match, which allows ARP and RARP header field 127 This option adds the IP match, which allows basic IP header field 136 This option adds the IP6 match, which allows basic IPV6 header field 175 allows STP header field filtering. 238 in any ebtables table. It records info about the frame header
|
| /net/nfc/ |
| A D | llcp_commands.c | 286 u8 header[2]; in llcp_add_header() local 290 header[0] = (u8)((dsap << 2) | (ptype >> 2)); in llcp_add_header() 291 header[1] = (u8)((ptype << 6) | ssap); in llcp_add_header() 293 pr_debug("header 0x%x 0x%x\n", header[0], header[1]); in llcp_add_header() 295 skb_put_data(pdu, header, LLCP_HEADER_SIZE); in llcp_add_header()
|
| /net/dsa/ |
| A D | Kconfig | 69 Broadcom switches which places the tag before the Ethernet header 120 hardware-defined injection/extraction frame header. Flow control 128 custom VLAN-based header. Frames that require timestamping, such as 173 on a custom 802.1Q VLAN header) are available. 185 custom VLAN-based header.
|
| /net/ |
| A D | sysctl_net.c | 175 void unregister_net_sysctl_table(struct ctl_table_header *header) in unregister_net_sysctl_table() argument 177 unregister_sysctl_table(header); in unregister_net_sysctl_table()
|
| /net/ethtool/ |
| A D | netlink.c | 148 const struct nlattr *header, struct net *net, in ethnl_parse_header_dev_get() argument 157 if (!header) { in ethnl_parse_header_dev_get() 166 ret = nla_parse_nested(tb, ARRAY_SIZE(ethnl_header_policy_phy) - 1, header, in ethnl_parse_header_dev_get() 189 NL_SET_ERR_MSG_ATTR(extack, header, in ethnl_parse_header_dev_get() 202 NL_SET_ERR_MSG_ATTR(extack, header, in ethnl_parse_header_dev_get() 211 NL_SET_ERR_MSG_ATTR(extack, header, in ethnl_parse_header_dev_get() 223 struct nlattr **tb, unsigned int header, in ethnl_req_get_phydev() argument 238 NL_SET_ERR_MSG_ATTR(extack, tb[header], in ethnl_req_get_phydev()
|
| /net/mptcp/ |
| A D | options.c | 1322 struct csum_pseudo_header header; in __mptcp_make_csum() local 1330 header.data_seq = cpu_to_be64(data_seq); in __mptcp_make_csum() 1331 header.subflow_seq = htonl(subflow_seq); in __mptcp_make_csum() 1332 header.data_len = htons(data_len); in __mptcp_make_csum() 1333 header.csum = 0; in __mptcp_make_csum() 1335 csum = csum_partial(&header, sizeof(header), sum); in __mptcp_make_csum()
|
| A D | Kconfig | 11 uses the TCP protocol, and TCP options carry header information for
|
| /net/ieee802154/ |
| A D | Kconfig | 27 header from userspace.
|
| /net/sunrpc/auth_gss/ |
| A D | gss_krb5_crypto.c | 170 gss_krb5_checksum(struct crypto_ahash *tfm, char *header, int hdrlen, in gss_krb5_checksum() argument 198 if (header) { in gss_krb5_checksum() 201 sg_init_one(sg, header, hdrlen); in gss_krb5_checksum()
|
| /net/tls/ |
| A D | tls_sw.c | 2421 char header[TLS_HEADER_SIZE + TLS_MAX_IV_SIZE]; in tls_rx_msg_size() local 2431 if (WARN_ON(prot->prepend_size > sizeof(header))) { in tls_rx_msg_size() 2437 ret = skb_copy_bits(skb, strp->stm.offset, header, prot->prepend_size); in tls_rx_msg_size() 2441 strp->mark = header[0]; in tls_rx_msg_size() 2443 data_len = ((header[4] & 0xFF) | (header[3] << 8)); in tls_rx_msg_size() 2461 if (header[1] != TLS_1_2_VERSION_MINOR || in tls_rx_msg_size() 2462 header[2] != TLS_1_2_VERSION_MAJOR) { in tls_rx_msg_size()
|
| /net/netfilter/ |
| A D | Kconfig | 893 the IPv4/IPv6 header DSCP field (differentiated services codepoint). 910 hoplimit/time-to-live value of the IP header. 914 the header to arbitrary values. This is EXTREMELY DANGEROUS 975 any iptables table which records the packet header to the syslog. 1327 the IPv4 and TCP header ECN fields. 1336 inside ESP header of IPSec packets. 1370 in the IPv6 header, or the time-to-live field in the IPv4 1371 header of the packet. 1378 inside IPComp header of IPSec packets. 1408 L2TP protocol header fields. [all …]
|
| /net/xfrm/ |
| A D | espintcp.c | 39 memmove(skb->cb, &tcp_cb->header, sizeof(tcp_cb->header)); in handle_esp()
|