Home
last modified time | relevance | path

Searched defs:portid (Results 1 – 25 of 134) sorted by relevance

123456

/linux/net/batman-adv/
H A Dbat_v.c128 batadv_v_neigh_dump_neigh(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_neigh()
178 batadv_v_neigh_dump_hardif(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_hardif()
218 int portid = NETLINK_CB(cb->skb).portid; in batadv_v_neigh_dump() local
266 batadv_v_orig_dump_subentry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_subentry()
335 batadv_v_orig_dump_entry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_entry()
386 batadv_v_orig_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_bucket()
430 int portid = NETLINK_CB(cb->skb).portid; in batadv_v_orig_dump() local
655 static int batadv_v_gw_dump_entry(struct sk_buff *msg, u32 portid, in batadv_v_gw_dump_entry()
754 int portid = NETLINK_CB(cb->skb).portid; in batadv_v_gw_dump() local
H A Dbat_algo.c159 static int batadv_algo_dump_entry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_algo_dump_entry()
190 int portid = NETLINK_CB(cb->skb).portid; in batadv_algo_dump() local
H A Dbat_iv_ogm.c1820 batadv_iv_ogm_orig_dump_subentry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_iv_ogm_orig_dump_subentry()
1884 batadv_iv_ogm_orig_dump_entry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_iv_ogm_orig_dump_entry()
1945 batadv_iv_ogm_orig_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq, in batadv_iv_ogm_orig_dump_bucket()
1990 int portid = NETLINK_CB(cb->skb).portid; in batadv_iv_ogm_orig_dump() local
2062 batadv_iv_ogm_neigh_dump_neigh(struct sk_buff *msg, u32 portid, u32 seq, in batadv_iv_ogm_neigh_dump_neigh()
2108 batadv_iv_ogm_neigh_dump_hardif(struct sk_buff *msg, u32 portid, u32 seq, in batadv_iv_ogm_neigh_dump_hardif()
2148 int portid = NETLINK_CB(cb->skb).portid; in batadv_iv_ogm_neigh_dump() local
2407 static int batadv_iv_gw_dump_entry(struct sk_buff *msg, u32 portid, in batadv_iv_gw_dump_entry()
2482 int portid = NETLINK_CB(cb->skb).portid; in batadv_iv_gw_dump() local
H A Dnetlink.c228 u32 portid, u32 seq, int flags) in batadv_netlink_mesh_fill()
795 u32 portid, u32 seq, int flags, in batadv_netlink_hardif_fill()
969 int portid = NETLINK_CB(cb->skb).portid; in batadv_netlink_dump_hardif() local
1023 u32 portid, u32 seq, int flags) in batadv_netlink_vlan_fill()
H A Dbridge_loop_avoidance.c2128 batadv_bla_claim_dump_entry(struct sk_buff *msg, u32 portid, in batadv_bla_claim_dump_entry()
2193 batadv_bla_claim_dump_bucket(struct sk_buff *msg, u32 portid, in batadv_bla_claim_dump_bucket()
2234 int portid = NETLINK_CB(cb->skb).portid; in batadv_bla_claim_dump() local
2287 batadv_bla_backbone_dump_entry(struct sk_buff *msg, u32 portid, in batadv_bla_backbone_dump_entry()
2354 batadv_bla_backbone_dump_bucket(struct sk_buff *msg, u32 portid, in batadv_bla_backbone_dump_bucket()
2395 int portid = NETLINK_CB(cb->skb).portid; in batadv_bla_backbone_dump() local
H A Dmulticast.c1978 batadv_mcast_flags_dump_entry(struct sk_buff *msg, u32 portid, in batadv_mcast_flags_dump_entry()
2024 batadv_mcast_flags_dump_bucket(struct sk_buff *msg, u32 portid, in batadv_mcast_flags_dump_bucket()
2070 __batadv_mcast_flags_dump(struct sk_buff *msg, u32 portid, in __batadv_mcast_flags_dump()
2143 int portid = NETLINK_CB(cb->skb).portid; in batadv_mcast_flags_dump() local
/linux/drivers/fpga/
H A Ddfl-fme-perf.c254 static bool is_portid_root(u32 portid) in is_portid_root()
259 static bool is_portid_port(u32 portid) in is_portid_port()
264 static bool is_portid_root_or_port(u32 portid) in is_portid_root_or_port()
288 static int basic_event_init(struct fme_perf_priv *priv, u32 event, u32 portid) in basic_event_init()
297 u32 event, u32 portid) in basic_read_event_counter()
304 static int cache_event_init(struct fme_perf_priv *priv, u32 event, u32 portid) in cache_event_init()
314 u32 event, u32 portid) in cache_read_event_counter()
350 u32 portid) in is_fabric_event_supported()
363 static int fabric_event_init(struct fme_perf_priv *priv, u32 event, u32 portid) in fabric_event_init()
415 u32 portid) in fabric_event_destroy()
[all …]
/linux/net/netlink/
H A Daf_netlink.c468 u32 portid; member
486 struct net *net, u32 portid) in netlink_compare_arg_init()
493 static struct sock *__netlink_lookup(struct netlink_table *table, u32 portid, in __netlink_lookup()
513 static struct sock *netlink_lookup(struct net *net, int protocol, u32 portid) in netlink_lookup()
553 static int netlink_insert(struct sock *sk, u32 portid) in netlink_insert()
808 s32 portid = task_tgid_vnr(current); in netlink_autobind() local
1139 static struct sock *netlink_getsockbyportid(struct sock *ssk, u32 portid) in netlink_getsockbyportid()
1323 u32 portid, int nonblock) in netlink_unicast()
1399 u32 portid; member
1492 u32 portid, in netlink_broadcast_filtered()
[all …]
H A Dgenetlink.c893 void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, in genlmsg_put()
1229 static int ctrl_fill_info(const struct genl_family *family, u32 portid, u32 seq, in ctrl_fill_info()
1314 int grp_id, u32 portid, u32 seq, u32 flags, in ctrl_fill_mcgrp_info()
1383 u32 portid, int seq, u8 cmd) in ctrl_build_family_msg()
1404 int grp_id, u32 portid, int seq, u8 cmd) in ctrl_build_mcgrp_msg()
1928 static int genlmsg_mcast(struct sk_buff *skb, u32 portid, unsigned long group) in genlmsg_mcast()
1970 struct sk_buff *skb, u32 portid, in genlmsg_multicast_allns()
/linux/arch/sparc/kernel/
H A Dsbus.c279 int reported, portid; in sysio_ue_handler() local
353 int reported, portid; in sysio_ce_handler() local
431 int reported, portid; in sysio_sbus_error_handler() local
501 int portid; in sysio_register_error_handlers() local
548 int i, portid; in sbus_iommu_init() local
/linux/net/devlink/
H A Dsb.c169 enum devlink_command cmd, u32 portid, in devlink_nl_sb_fill()
267 u32 portid, u32 seq, int flags) in devlink_nl_sb_pool_fill()
345 u32 portid, u32 seq, int flags) in __sb_pool_get_dumpit()
453 u32 portid, u32 seq, int flags) in devlink_nl_sb_port_pool_fill()
547 u32 portid, u32 seq, int flags) in __sb_port_pool_get_dumpit()
657 u32 portid, u32 seq, int flags) in devlink_nl_sb_tc_pool_bind_fill()
764 u32 portid, u32 seq, int flags) in __sb_tc_pool_bind_get_dumpit()
/linux/net/sched/
H A Dsch_api.c904 u32 portid, u32 seq, u16 flags, int event, in tc_fill_qdisc()
1002 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in qdisc_get_notify() local
1029 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in qdisc_notify() local
1939 unsigned long cl, u32 portid, u32 seq, u16 flags, in tc_fill_tclass()
1994 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in tclass_notify() local
2017 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in tclass_get_notify() local
2039 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in tclass_del_notify() local
2097 u32 portid; member
2132 static void tc_bind_tclass(struct Qdisc *q, u32 portid, u32 clid, in tc_bind_tclass()
2149 static void tc_bind_tclass(struct Qdisc *q, u32 portid, u32 clid, in tc_bind_tclass()
[all …]
/linux/net/netfilter/
H A Dnfnetlink.c176 nfnetlink_send(struct sk_buff * skb,struct net * net,u32 portid,unsigned int group,int echo,gfp_t flags) nfnetlink_send() argument
185 nfnetlink_set_err(struct net * net,u32 portid,u32 group,int error) nfnetlink_set_err() argument
193 nfnetlink_unicast(struct sk_buff * skb,struct net * net,u32 portid) nfnetlink_unicast() argument
206 nfnetlink_broadcast(struct net * net,struct sk_buff * skb,__u32 portid,__u32 group,gfp_t allocation) nfnetlink_broadcast() argument
H A Dnf_conntrack_expect.c48 u32 portid, int report) in nf_ct_unlink_expect_report()
490 u32 portid, int report, unsigned int flags) in nf_ct_expect_related_report()
537 u32 portid, int report) in nf_ct_expect_iterate_net()
/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.c115 csio_ln_lookup_by_portid(struct csio_hw *hw, uint8_t portid) in csio_ln_lookup_by_portid()
723 uint8_t portid; in csio_fcoe_enable_link() local
873 csio_handle_link_up(struct csio_hw *hw, uint8_t portid, uint32_t fcfi, in csio_handle_link_up()
1035 csio_handle_link_down(struct csio_hw *hw, uint8_t portid, uint32_t fcfi, in csio_handle_link_down()
1386 csio_get_phy_port_stats(struct csio_hw *hw, uint8_t portid, in csio_get_phy_port_stats()
1487 uint8_t portid, opcode = *(uint8_t *)cmd; in csio_fcoe_fwevt_handler() local
1965 csio_disable_lnodes(struct csio_hw *hw, uint8_t portid, bool disable) in csio_disable_lnodes()
/linux/drivers/connector/
H A Dconnector.c61 int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 __group, in cn_netlink_send_mult()
123 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send()
/linux/net/mctp/
H A Ddevice.c62 int msg_type, u32 portid, u32 seq, int flag) in mctp_fill_addrinfo()
98 u32 portid, seq; in mctp_dump_dev_addrinfo() local
154 u32 portid = NETLINK_CB(req_skb).portid; in mctp_addr_notify() local
/linux/drivers/w1/
H A Dw1_netlink.c21 u32 portid; /* Sending process port ID */ member
195 int portid, int error) in w1_netlink_send_error()
397 static int w1_process_command_root(struct cn_msg *req_cn, u32 portid) in w1_process_command_root()
/linux/net/phonet/
H A Dpn_netlink.c103 u32 portid, u32 seq, int event) in fill_addr()
174 u32 portid, u32 seq, int event) in fill_route()
/linux/net/tipc/
H A Dnetlink.h44 u32 portid; member
/linux/net/ipv4/
H A Digmp_internal.h6 u32 portid; member
H A Dipmr_base.c301 u32 portid, u32 seq, struct mr_mfc *c, in mr_table_dump()
356 u32 portid, u32 seq, struct mr_mfc *c, in mr_rtm_dumproute()
/linux/kernel/
H A Daudit.c105 u32 portid; member
204 __u32 portid; member
497 static int auditd_set(struct pid *pid, u32 portid, struct net *net, in auditd_set() argument
690 u32 portid; in auditd_send_unicast_skb() local
743 kauditd_send_queue(struct sock * sk,u32 portid,struct sk_buff_head * queue,unsigned int retry_limit,void (* skb_hook)(struct sk_buff * skb),void (* err_hook)(struct sk_buff * skb,int error)) kauditd_send_queue() argument
844 u32 portid = 0; kauditd_thread() local
[all...]
/linux/net/ethtool/
H A Dmodule_fw.h14 u32 portid; member
/linux/net/vmw_vsock/
H A Ddiag.c15 u32 portid, u32 seq, u32 flags) in sk_diag_fill()

123456