Home
last modified time | relevance | path

Searched refs:oal_nlmsghdr_stru (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h547 typedef struct nlmsghdr oal_nlmsghdr_stru; typedef
1420 } oal_nlmsghdr_stru; typedef
1426 #define OAL_NLMSG_HDRLEN ((hi_s32) oal_nlmsg_align(sizeof(oal_nlmsghdr_stru)))
1433 #define oal_nlmsg_ok(_nlh, _len) ((_len) >= (hi_s32)(sizeof(oal_nlmsghdr_stru)) && \
1434 (_nlh)->nlmsg_len >= (sizeof(oal_nlmsghdr_stru)) && \
2140 static inline oal_nlmsghdr_stru *oal_nlmsg_hdr(const oal_netbuf_stru *netbuf) in oal_nlmsg_hdr()
2142 return (oal_nlmsghdr_stru *)oal_netbuf_header(netbuf); in oal_nlmsg_hdr()
2146 static inline oal_nlmsghdr_stru *oal_nlmsg_put(oal_netbuf_stru *netbuf, hi_u32 pid, hi_u32 ul_seq, hi_u32 type, in oal_nlmsg_put()
H A Doal_net.c98 oal_nlmsghdr_stru *nlh = HI_NULL; in oal_dev_netlink_rev()
171 oal_nlmsghdr_stru *nlh = HI_NULL; in oal_dev_netlink_send()

Completed in 7 milliseconds