Searched refs:info_len (Results 51 - 57 of 57) sorted by relevance

123

/linux-master/tools/include/uapi/linux/
H A Dbpf.h442 * Populates up to *info_len* bytes of *info*, which will be in
1637 __u32 info_len; member in struct:bpf_attr::__anon3143
/linux-master/fs/ceph/
H A Dmds_client.c5792 u32 info_len; local
5797 info_len = ceph_decode_32(&p);
5798 ceph_decode_need(&p, end, info_len, bad);
5800 info_end = p + info_len;
/linux-master/drivers/infiniband/core/
H A Dcm.c3420 work->cm_event.param.apr_rcvd.info_len =
3733 param->info_len = IBA_GET(CM_SIDR_REP_ADDITIONAL_INFORMATION_LENGTH,
/linux-master/kernel/bpf/
H A Dbtf.c7519 uinfo_len = attr->info.info_len;
7560 put_user(info_copy, &uattr->info.info_len))
/linux-master/include/net/
H A Dcfg80211.h9205 * @info_len: the length of the &info
9214 u8 info_len; member in struct:cfg80211_nan_match_params
/linux-master/tools/lib/bpf/
H A Dlibbpf.c9782 __u32 info_len = sizeof(info); local
9786 memset(&info, 0, info_len);
9787 err = bpf_prog_get_info_by_fd(attach_prog_fd, &info, &info_len);
/linux-master/net/wireless/
H A Dnl80211.c14722 if (match->info && match->info_len &&
14723 nla_put(msg, NL80211_NAN_FUNC_SERVICE_INFO, match->info_len,

Completed in 526 milliseconds

123