| /linux/include/net/tc_act/ |
| H A D | tc_skbedit.h | 18 u32 mark; member 30 #define to_skbedit(a) ((struct tcf_skbedit *)a) argument 33 static inline bool is_tcf_skbedit_with_flag(const struct tc_action *a, u32 flag) in is_tcf_skbedit_with_flag() 49 static inline bool is_tcf_skbedit_mark(const struct tc_action *a) in is_tcf_skbedit_mark() 54 static inline u32 tcf_skbedit_mark(const struct tc_action *a) in tcf_skbedit_mark() 56 u32 mark; in tcf_skbedit_mark() local 66 static inline bool is_tcf_skbedit_ptype(const struct tc_action *a) in is_tcf_skbedit_ptype() 71 static inline u32 tcf_skbedit_ptype(const struct tc_action *a) in tcf_skbedit_ptype() 83 static inline bool is_tcf_skbedit_priority(const struct tc_action *a) in is_tcf_skbedit_priority() 88 static inline u32 tcf_skbedit_priority(const struct tc_action *a) in tcf_skbedit_priority() [all …]
|
| H A D | tc_ct.h | 17 u32 mark; member 40 #define to_ct(a) ((struct tcf_ct *)a) argument 41 #define to_ct_params(a) \ argument 46 static inline uint16_t tcf_ct_zone(const struct tc_action *a) in tcf_ct_zone() 51 static inline int tcf_ct_action(const struct tc_action *a) in tcf_ct_action() 56 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft() 61 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a) in tcf_ct_helper() 67 static inline uint16_t tcf_ct_zone(const struct tc_action *a) { return 0; } in tcf_ct_zone() 68 static inline int tcf_ct_action(const struct tc_action *a) { return 0; } in tcf_ct_action() 69 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft() [all …]
|
| /linux/fs/notify/ |
| H A D | mark.c | 95 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark() 250 struct fsnotify_mark *mark; in __fsnotify_recalc_mask() local 403 static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark) in fsnotify_final_mark_destroy() 424 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark() 491 static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark) in fsnotify_get_mark_safe() 512 static void fsnotify_put_mark_wake(struct fsnotify_mark *mark) in fsnotify_put_mark_wake() 533 struct fsnotify_mark *mark = iter_info->marks[type]; in fsnotify_prepare_user_wait() local 582 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark() 611 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark() 633 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() [all …]
|
| /linux/net/sched/ |
| H A D | act_skbedit.c | 41 const struct tc_action *a, in tcf_skbedit_act() 93 static void tcf_skbedit_stats_update(struct tc_action *a, u64 bytes, in tcf_skbedit_stats_update() 116 struct nlattr *est, struct tc_action **a, in tcf_skbedit_init() 127 u32 flags = 0, *priority = NULL, *mark = NULL, *mask = NULL; in tcf_skbedit_init() local 287 static int tcf_skbedit_dump(struct sk_buff *skb, struct tc_action *a, in tcf_skbedit_dump() 348 static void tcf_skbedit_cleanup(struct tc_action *a) in tcf_skbedit_cleanup()
|
| H A D | act_ct.c | 904 static void tcf_ct_act_set_mark(struct nf_conn *ct, u32 mark, u32 mask) in tcf_ct_act_set_mark() 967 TC_INDIRECT_SCOPE int tcf_ct_act(struct sk_buff *skb, const struct tc_action *a, in tcf_ct_act() 1348 struct nlattr *est, struct tc_action **a, in tcf_ct_init() 1447 static void tcf_ct_cleanup(struct tc_action *a) in tcf_ct_cleanup() 1534 static inline int tcf_ct_dump(struct sk_buff *skb, struct tc_action *a, in tcf_ct_dump() 1603 static void tcf_stats_update(struct tc_action *a, u64 bytes, u64 packets, in tcf_stats_update()
|
| H A D | sch_cake.c | 1482 static const u32 a = CAKE_MAX_TINS * CAKE_QUEUES; in cake_heapify() local 1683 u32 tin, mark; in cake_select_tin() local
|
| /linux/include/net/ |
| H A D | fib_rules.h | 24 u32 mark; member 146 static inline bool fib_rule_port_inrange(const struct fib_rule_port_range *a, in fib_rule_port_inrange() 164 static inline bool fib_rule_port_range_valid(const struct fib_rule_port_range *a) in fib_rule_port_range_valid() 170 static inline bool fib_rule_port_range_compare(struct fib_rule_port_range *a, in fib_rule_port_range_compare()
|
| H A D | ipv6.h | 125 #define IPV6_ADDR_MC_SCOPE(a) \ argument 137 #define IPV6_ADDR_MC_FLAG_TRANSIENT(a) \ argument 139 #define IPV6_ADDR_MC_FLAG_PREFIX(a) \ argument 141 #define IPV6_ADDR_MC_FLAG_RENDEZVOUS(a) \ argument 201 #define IP6_REPLY_MARK(net, mark) \ argument 649 static inline bool ipv6_addr_any(const struct in6_addr *a) in ipv6_addr_any() 661 static inline u32 ipv6_addr_hash(const struct in6_addr *a) in ipv6_addr_hash() 675 static inline u32 __ipv6_addr_jhash(const struct in6_addr *a, const u32 initval) in __ipv6_addr_jhash() 681 static inline bool ipv6_addr_loopback(const struct in6_addr *a) in ipv6_addr_loopback() 697 static inline bool ipv6_addr_v4mapped(const struct in6_addr *a) in ipv6_addr_v4mapped() [all …]
|
| /linux/net/openvswitch/ |
| H A D | flow_netlink.c | 478 const struct nlattr *a[], in __parse_flow_nlattrs() 530 const struct nlattr *a[], u64 *attrsp, in parse_flow_mask_nlattrs() 536 int parse_flow_nlattrs(const struct nlattr *attr, const struct nlattr *a[], in parse_flow_nlattrs() 542 static int genev_tun_opt_from_nlattr(const struct nlattr *a, in genev_tun_opt_from_nlattr() 597 struct nlattr *a; in vxlan_tun_opt_from_nlattr() local 649 static int erspan_tun_opt_from_nlattr(const struct nlattr *a, in erspan_tun_opt_from_nlattr() 684 struct nlattr *a; in ip_tun_from_nlattr() local 989 const struct nlattr *a[], in encode_vlan_from_nlattrs() 1013 const struct nlattr **a, bool log) in validate_vlan_from_nlattrs() 1051 const struct nlattr **a, bool log) in validate_vlan_mask_from_nlattrs() [all …]
|
| H A D | conntrack.c | 71 struct md_mark mark; member 1095 struct nlattr *a; in parse_nat() local 1241 struct nlattr *a; in parse_ct() local 1279 struct md_mark *mark = nla_data(a); in parse_ct() local 1561 void ovs_ct_free_action(const struct nlattr *a) in ovs_ct_free_action() 1848 struct nlattr **a = info->attrs; in ovs_ct_limit_cmd_set() local 1882 struct nlattr **a = info->attrs; in ovs_ct_limit_cmd_del() local 1914 struct nlattr **a = info->attrs; in ovs_ct_limit_cmd_get() local
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | core.c | 293 static int sh_pfc_mark_to_enum(struct sh_pfc *pfc, u16 mark, int pos, in sh_pfc_mark_to_enum() 316 int sh_pfc_config_mux(struct sh_pfc *pfc, unsigned mark, int pinmux_type) in sh_pfc_config_mux() 798 static bool __init same_name(const char *a, const char *b) in same_name() 997 const struct sh_pfc_pin_group *a, in sh_pfc_compare_groups()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_netlink.c | 339 u32 mark = READ_ONCE(ct->mark); in ctnetlink_dump_mark() local 352 #define ctnetlink_dump_mark(a, b, c) (0) argument 381 #define ctnetlink_dump_secctx(a, b) (0) argument 906 struct ctnetlink_filter_u32 mark; member 943 static int ctnetlink_filter_parse_mark(struct ctnetlink_filter_u32 *mark, in ctnetlink_filter_parse_mark() 2001 u32 mark, newmark, mask = 0; in ctnetlink_change_mark() local 2974 unsigned long a, b, c, d; in nf_expect_get_id() local
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 235 static void set_mark(int fd, uint32_t mark) in set_mark() 318 struct addrinfo *a, *addr; in sock_listen_mptcp() local 378 struct addrinfo *a, *addr; in sock_connect_mptcp() local 1125 char a[INET6_ADDRSTRLEN]; in check_getpeername() local 1145 char a[INET6_ADDRSTRLEN]; in check_getpeername_connect() local
|
| /linux/net/xfrm/ |
| H A D | xfrm_policy.c | 295 int family, u32 mark) in xfrm_dst_lookup() 846 static int xfrm_policy_addr_delta(const xfrm_address_t *a, in xfrm_policy_addr_delta() 1486 static inline bool xfrm_policy_mark_match(const struct xfrm_mark *mark, in xfrm_policy_mark_match() 1495 u32 a = k->type << 24 | k->dir << 16 | k->family; in xfrm_pol_bin_key() local 1629 __xfrm_policy_bysel_ctx(struct hlist_head *chain, const struct xfrm_mark *mark, in __xfrm_policy_bysel_ctx() 1651 xfrm_policy_bysel_ctx(struct net *net, const struct xfrm_mark *mark, u32 if_id, in xfrm_policy_bysel_ctx() 1721 xfrm_policy_byid(struct net *net, const struct xfrm_mark *mark, u32 if_id, in xfrm_policy_byid() 2729 __u32 mark = 0; in xfrm_bundle_create() local
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-driver.c | 2436 const struct v4l2_hw_freq_seek *a) in radio_s_hw_freq_seek() 2619 static void bttv_print_irqbits(u32 print, u32 mark) in bttv_print_irqbits()
|
| /linux/fs/btrfs/ |
| H A D | disk-io.c | 694 const struct btrfs_root *a = rb_entry(a_node, struct btrfs_root, rb_node); in global_root_cmp() local 4666 int mark) in btrfs_destroy_marked_extents()
|
| H A D | tree-log.c | 3323 int mark; in btrfs_sync_log() local 5003 static int extent_cmp(void *priv, const struct list_head *a, in extent_cmp()
|
| /linux/net/ |
| H A D | socket.c | 1098 __u32 mark = skb->mark; in sock_recv_mark() local 3189 unsigned long a[AUDITSC_ARGS]; in SYSCALL_DEFINE2() local
|
| /linux/drivers/md/ |
| H A D | md.c | 3453 static int md_rdevs_overlap(struct md_rdev *a, struct md_rdev *b) in md_rdevs_overlap() 9644 unsigned long mark[SYNC_MARKS]; in md_do_sync() local
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.c | 3289 static unsigned int niu_hash_rxaddr(struct rx_ring_info *rp, u64 a) in niu_hash_rxaddr() 6548 u64 mapping, u64 len, u64 mark, in niu_set_txd()
|