Home
last modified time | relevance | path

Searched refs:option_len (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c1088 int depth, int option_len, in fl_set_geneve_opt()
1096 if (option_len > sizeof(struct geneve_opt)) in fl_set_geneve_opt()
1097 data_len = option_len - sizeof(struct geneve_opt); in fl_set_geneve_opt()
1103 memset(opt, 0xff, option_len); in fl_set_geneve_opt()
1127 if (!option_len && in fl_set_geneve_opt()
1176 int depth, int option_len, in fl_set_vxlan_opt()
1199 if (!option_len && !tb[TCA_FLOWER_KEY_ENC_OPT_VXLAN_GBP]) { in fl_set_vxlan_opt()
1213 int depth, int option_len, in fl_set_erspan_opt()
1237 if (!option_len && !tb[TCA_FLOWER_KEY_ENC_OPT_ERSPAN_VER]) { in fl_set_erspan_opt()
1246 if (!option_len in fl_set_erspan_opt()
1087 fl_set_geneve_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_geneve_opt() argument
1175 fl_set_vxlan_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_vxlan_opt() argument
1212 fl_set_erspan_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_erspan_opt() argument
1282 int err, option_len, key_depth, msk_depth = 0; fl_set_enc_opt() local
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dcls_flower.c1190 int depth, int option_len, in fl_set_geneve_opt()
1198 if (option_len > sizeof(struct geneve_opt)) in fl_set_geneve_opt()
1199 data_len = option_len - sizeof(struct geneve_opt); in fl_set_geneve_opt()
1205 memset(opt, 0xff, option_len); in fl_set_geneve_opt()
1229 if (!option_len && in fl_set_geneve_opt()
1278 int depth, int option_len, in fl_set_vxlan_opt()
1301 if (!option_len && !tb[TCA_FLOWER_KEY_ENC_OPT_VXLAN_GBP]) { in fl_set_vxlan_opt()
1315 int depth, int option_len, in fl_set_erspan_opt()
1339 if (!option_len && !tb[TCA_FLOWER_KEY_ENC_OPT_ERSPAN_VER]) { in fl_set_erspan_opt()
1348 if (!option_len in fl_set_erspan_opt()
1189 fl_set_geneve_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_geneve_opt() argument
1277 fl_set_vxlan_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_vxlan_opt() argument
1314 fl_set_erspan_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_erspan_opt() argument
1379 fl_set_gtp_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_gtp_opt() argument
1427 int err, option_len, key_depth, msk_depth = 0; fl_set_enc_opt() local
[all...]
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Ddhcps.c104 LWIP_STATIC void dhcp_common_option(struct dhcp_msg *msg_out, u8_t option_type, u8_t option_len, u16_t *options_out_len);
315 void dhcp_common_option(struct dhcp_msg *msg_out, u8_t option_type, u8_t option_len, u16_t *options_out_len) in dhcp_common_option() argument
317 *options_out_len = dhcp_option(*options_out_len, msg_out->options, option_type, option_len); in dhcp_common_option()

Completed in 19 milliseconds