Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 169) sorted by relevance

1234567

/net/sctp/
Dssnmap.c63 int size; in sctp_ssnmap_new() local
111 size_t size; in sctp_ssnmap_clear() local
120 int size; in sctp_ssnmap_free() local
/net/wimax/
Dop-msg.c122 const void *msg, size_t size, in wimax_msg_alloc()
184 const void *wimax_msg_data_len(struct sk_buff *msg, size_t *size) in wimax_msg_data_len()
277 size_t size = skb->len; in wimax_msg_send() local
310 const void *buf, size_t size, gfp_t gfp_flags) in wimax_msg()
/net/netfilter/
Dxt_quota2.c71 size_t size; in quota2_log() local
126 size_t size, loff_t *ppos) in quota_proc_read()
139 size_t size, loff_t *ppos) in quota_proc_write()
166 unsigned int size; in q2_new_counter() local
Dx_tables.c350 textify_hooks(char *buf, size_t size, unsigned int mask, uint8_t nfproto) in textify_hooks()
384 unsigned int size, u_int8_t proto, bool inv_proto) in xt_check_match()
508 unsigned int *size) in xt_compat_match_from_user()
535 void __user **dstptr, unsigned int *size) in xt_compat_match_to_user()
564 unsigned int size, u_int8_t proto, bool inv_proto) in xt_check_target()
622 unsigned int *size) in xt_compat_target_from_user()
648 void __user **dstptr, unsigned int *size) in xt_compat_target_to_user()
676 struct xt_table_info *xt_alloc_table_info(unsigned int size) in xt_alloc_table_info()
784 unsigned int size; in xt_jumpstack_alloc() local
/net/nfc/
Dllcp_commands.c322 u8 cmd, u16 size) in llcp_allocate_pdu()
371 u16 size = 0; in nfc_llcp_send_symm() local
406 u16 size = 0, miux; in nfc_llcp_send_connect() local
470 u16 size = 0, miux; in nfc_llcp_send_cc() local
517 u16 size = 0; in nfc_llcp_allocate_snl() local
604 u16 size = 1; /* Reason code */ in nfc_llcp_send_dm() local
/net/9p/
Dprotocol.c55 size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size) in pdu_read()
63 static size_t pdu_write(struct p9_fcall *pdu, const void *data, size_t size) in pdu_write()
72 pdu_write_u(struct p9_fcall *pdu, const char __user *udata, size_t size) in pdu_write_u()
590 int size = pdu->size; in p9pdu_finalize() local
/net/batman-adv/
Dhash.h41 uint32_t size; /* size of hashtable */ member
93 uint32_t size) in batadv_hash_bytes()
Dhash.c43 struct batadv_hashtable *batadv_hash_new(uint32_t size) in batadv_hash_new()
Doriginator.h48 static inline uint32_t batadv_choose_orig(const void *data, uint32_t size) in batadv_choose_orig()
/net/vmw_vsock/
Dvmci_transport.c139 u64 size, in vmci_transport_packet_init()
212 u64 size, in __vmci_transport_send_control_pkt()
233 u64 size, in vmci_transport_reply_control_pkt_fast()
257 u64 size, in vmci_transport_send_control_pkt_bh()
278 u64 size, in vmci_transport_send_control_pkt()
332 static int vmci_transport_send_negotiate(struct sock *sk, size_t size) in vmci_transport_send_negotiate()
342 static int vmci_transport_send_negotiate2(struct sock *sk, size_t size, in vmci_transport_send_negotiate2()
450 static int vmci_transport_send_conn_request(struct sock *sk, size_t size) in vmci_transport_send_conn_request()
459 static int vmci_transport_send_conn_request2(struct sock *sk, size_t size, in vmci_transport_send_conn_request2()
605 size_t size; in vmci_transport_recv_dgram_cb() local
/net/tipc/
Dsubscr.c360 unsigned int size, in subscr_conn_shutdown_event()
383 u32 size) in subscr_conn_msg_event()
432 u32 size, in subscr_named_msg_event()
Dname_distr.c76 u32 size; member
117 static struct sk_buff *named_prepare_buf(u32 type, u32 size, u32 dest) in named_prepare_buf()
Dcore.c64 struct sk_buff *tipc_buf_acquire(u32 size) in tipc_buf_acquire()
/net/ipv4/netfilter/
Darp_tables.c401 unsigned int oldpos, size; in mark_source_chains() local
508 find_check_entry(struct arpt_entry *e, const char *name, unsigned int size) in find_check_entry()
1114 int size; in do_add_counters() local
1206 unsigned int *size, in check_compat_entry_size_and_hooks()
1279 unsigned int *size, const char *name, in compat_copy_entry_from_user()
1326 unsigned int size; in translate_compat_table() local
1472 u32 size; member
1559 compat_uint_t *size, in compat_copy_entry_to_user()
1599 unsigned int size; in compat_copy_entries_to_user() local
1625 compat_uint_t size; member
Dip_tables.c474 unsigned int oldpos, size; in mark_source_chains() local
648 unsigned int size) in find_check_entry()
1301 int size; in do_add_counters() local
1386 u32 size; member
1396 unsigned int *size, struct xt_counters *counters, in compat_copy_entry_to_user()
1438 int *size) in compat_find_calc_match()
1469 unsigned int *size, in check_compat_entry_size_and_hooks()
1557 unsigned int *size, const char *name, in compat_copy_entry_from_user()
1647 unsigned int size; in translate_compat_table() local
1871 compat_uint_t size; member
[all …]
/net/ceph/
Dsnapshot.c46 size_t size; in ceph_create_snap_context() local
/net/core/
Dskbuff.c146 #define kmalloc_reserve(size, gfp, node, pfmemalloc) \ argument
149 static void *__kmalloc_reserve(size_t size, gfp_t flags, int node, in __kmalloc_reserve()
226 struct sk_buff *__alloc_skb(unsigned int size, gfp_t gfp_mask, in __alloc_skb()
331 unsigned int size = frag_size ? : ksize(data); in build_skb() local
475 int size, unsigned int truesize) in skb_add_rx_frag()
962 unsigned int size = skb_end_offset(skb) + skb->data_len; in skb_copy() local
998 unsigned int size = skb_headlen(skb) + headroom; in __pskb_copy() local
1063 int size = nhead + skb_end_offset(skb) + ntail; in pskb_expand_head() local
1479 int size = skb_frag_size(&skb_shinfo(skb)->frags[i]); in __pskb_pull_tail() local
1546 int size = skb_frag_size(&skb_shinfo(skb)->frags[i]); in __pskb_pull_tail() local
[all …]
Dsock.c1207 void sk_prot_clear_portaddr_nulls(struct sock *sk, int size) in sk_prot_clear_portaddr_nulls()
1608 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, in sock_wmalloc()
1625 struct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, in sock_rmalloc()
1641 void *sock_kmalloc(struct sock *sk, int size, gfp_t priority) in sock_kmalloc()
1662 void sock_kfree_s(struct sock *sk, void *mem, int size) in sock_kfree_s()
1786 struct sk_buff *sock_alloc_send_skb(struct sock *sk, unsigned long size, in sock_alloc_send_skb()
1923 int __sk_mem_schedule(struct sock *sk, int size, int kind) in __sk_mem_schedule()
2116 ssize_t sock_no_sendpage(struct socket *sock, struct page *page, int offset, size_t size, int flags) in sock_no_sendpage()
2436 struct msghdr *msg, size_t size, int flags) in sock_common_recvmsg()
Dfilter.c48 void *bpf_internal_load_pointer_neg_helper(const struct sk_buff *skb, int k, unsigned int size) in bpf_internal_load_pointer_neg_helper()
63 unsigned int size, void *buffer) in load_pointer()
/net/ipv6/netfilter/
Dip6_tables.c484 unsigned int oldpos, size; in mark_source_chains() local
659 unsigned int size) in find_check_entry()
1311 int size; in do_add_counters() local
1398 u32 size; member
1408 unsigned int *size, struct xt_counters *counters, in compat_copy_entry_to_user()
1450 int *size) in compat_find_calc_match()
1481 unsigned int *size, in check_compat_entry_size_and_hooks()
1569 unsigned int *size, const char *name, in compat_copy_entry_from_user()
1657 unsigned int size; in translate_compat_table() local
1881 compat_uint_t size; member
[all …]
/net/irda/
Dqos.c167 static inline int value_index(__u32 value, __u32 *array, int size) in value_index()
225 static inline int value_lower_bits(__u32 value, __u32 *array, int size, __u16 *field) in value_lower_bits()
251 static inline int value_highest_bit(__u32 value, __u32 *array, int size, __u16 *field) in value_highest_bit()
/net/
Dsocket.c464 const char *name, void *value, size_t size) in sockfs_getxattr()
490 size_t size) in sockfs_listxattr()
630 struct msghdr *msg, size_t size) in __sock_sendmsg_nosec()
643 struct msghdr *msg, size_t size) in __sock_sendmsg()
650 int sock_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in sock_sendmsg()
665 static int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg, size_t size) in sock_sendmsg_nosec()
680 struct kvec *vec, size_t num, size_t size) in kernel_sendmsg()
780 struct msghdr *msg, size_t size, int flags) in __sock_recvmsg_nosec()
794 struct msghdr *msg, size_t size, int flags) in __sock_recvmsg()
802 size_t size, int flags) in sock_recvmsg()
[all …]
/net/bluetooth/cmtp/
Dcore.c109 int size; in cmtp_add_msgpart() local
213 unsigned int size, tail; in cmtp_process_transmit() local
/net/wireless/
Dradiotap.c207 int pad, align, size, subns; in ieee80211_radiotap_iterator_next() local
/net/ipv6/
Dxfrm6_mode_beet.c83 int size = sizeof(struct ipv6hdr); in xfrm6_beet_input() local

1234567